#802907

Color #802907 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #802907

Tints of Falu Red #802907

Color information

#802907 (or 0x802907) is unknown color: approx Falu Red. HEX triplet: 80, 29 and 07. RGB value is (128,41,7). Sum of RGB (Red+Green+Blue) = 128+41+7=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #802907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802907 is #7FD6F8. Grayscale: #3F3F3F. Windows color (decimal): -8378105 or 469376. OLE color: 469376.

HSL color Cylindrical-coordinate representation of color #802907: hue angle of 16.86º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #802907 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB128417-
CMYK00.680.950.50
HSL16.86º89.63%26.47%-
HSV(B)16.86º94.53%50.2%-
XYZ9.736.190.88-
YUV63.1496.32174.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 72.73%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 7 (3.12% from 255) = 3.98%
R=72.73%
G=23.30%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12841700.680.950.5016.8689.6326.47
Hex802970445F32115a1a
Octal2005170104137622113232
Binary1000000010100111101000100101111111001010001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802907; }

 p { color: rgb(128,41,7); }

 H1.HeaderClassName
 {
   color: #802907;
 }
 .AnyTagClassName
 {
   color: #802907;
 }
</style>
background-color css

<style>
 a { background-color: #802907; }

 a { background-color: rgb(128,41,7); }

 div.DivClassName
 {
   background-color: #802907;
 }
 .BgClassName
 {
   background-color: #802907;
 }
</style>
border-color css

<style>
 span { border-color: #802907; }

 span { border-color: rgb(128,41,7); }

 td.TdClassName
 {
   border-color: #802907;
 }
 .TagClassName
 {
   border-color: #802907;
 }
</style>