Html Css Color HEX #802908 Falu Red

📋 copy color: '#802908'

red 128 ◦ green 41 ◦ blue 8

#802908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #802908

Tints of Falu Red #802908

RGB

 RED value IS 128 (50.39% from 255) = 72.32%

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 72.32%
G = 23.16%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#802908 (or 0x802908) is known color: Falu Red. HEX triplet: 80, 29 and 08. RGB value is (128,41,8). Sum of RGB (Red+Green+Blue) = 128+41+8=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #802908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802908 is #7FD6F7. Grayscale: #3F3F3F. Windows color (decimal): -8378104 or 534912. OLE color: 534912.

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

Color convert

RGB 128 41 8 -
CMYK 0 0.68 0.94 0.50
HSL 16.5º 0.88% 0.27% -
HSV(B) 16.5º 0.94% 0.5% -
XYZ 9.74 6.19 0.91 -
YUV 63.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 128 41 8 0 0.68 0.94 0.50 16.5 0.88 0.27
Hex 80 29 8 0 44 5E 32 10 58 1B
Octal 200 51 10 0 104 136 62 20 130 33
Binary 10000000 101001 1000 0 1000100 1011110 110010 10000 1011000 11011

Color Harmonies of #802908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802908

Black with #802908

Text Example


Text Example

White with #802908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802908; }

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

 H1.HeaderClassName
 {
   color: #802908;
 }
 .AnyTagClassName
 {
   color: #802908;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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