Html Css Color HEX #802708 Falu Red

📋 copy color: '#802708'

red 128 ◦ green 39 ◦ blue 8

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

Shades of Falu Red #802708

Tints of Falu Red #802708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 73.14%
G = 22.29%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#802708 (or 0x802708) is known color: Falu Red. HEX triplet: 80, 27 and 08. RGB value is (128,39,8). Sum of RGB (Red+Green+Blue) = 128+39+8=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #802708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802708 is #7FD8F7. Grayscale: #3E3E3E. Windows color (decimal): -8378616 or 534400. OLE color: 534400.

HSL color Cylindrical-coordinate representation of color #802708: hue angle of 15.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 #802708 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 8 -
CMYK 0 0.70 0.94 0.50
HSL 15.5º 0.88% 0.27% -
HSV(B) 15.5º 0.94% 0.5% -
XYZ 9.67 6.06 0.89 -
YUV 62.08 97.49 175.02 -
System Red Green Blue C M Y K H S L
Decimal 128 39 8 0 0.70 0.94 0.50 15.5 0.88 0.27
Hex 80 27 8 0 46 5E 32 10 58 1B
Octal 200 47 10 0 106 136 62 20 130 33
Binary 10000000 100111 1000 0 1000110 1011110 110010 10000 1011000 11011

Color Harmonies of #802708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802708

Black with #802708

Text Example


Text Example

White with #802708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802708; }

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

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

background-color css

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

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

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

border-color css

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

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

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