Html Css Color HEX #802712 Falu Red

📋 copy color: '#802712'

red 128 ◦ green 39 ◦ blue 18

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

Shades of Falu Red #802712

Tints of Falu Red #802712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 69.19%
G = 21.08%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#802712 (or 0x802712) is known color: Falu Red. HEX triplet: 80, 27 and 12. RGB value is (128,39,18). Sum of RGB (Red+Green+Blue) = 128+39+18=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #802712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802712 is #7FD8ED. Grayscale: #3F3F3F. Windows color (decimal): -8378606 or 1189760. OLE color: 1189760.

HSL color Cylindrical-coordinate representation of color #802712: hue angle of 11.45º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #802712 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 18 -
CMYK 0 0.70 0.86 0.50
HSL 11.45º 0.75% 0.29% -
HSV(B) 11.45º 0.86% 0.5% -
XYZ 9.74 6.08 1.23 -
YUV 63.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 128 39 18 0 0.70 0.86 0.50 11.45 0.75 0.29
Hex 80 27 12 0 46 56 32 B 4B 1D
Octal 200 47 22 0 106 126 62 13 113 35
Binary 10000000 100111 10010 0 1000110 1010110 110010 1011 1001011 11101

Color Harmonies of #802712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802712

Black with #802712

Text Example


Text Example

White with #802712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802712; }

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

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

background-color css

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

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

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

border-color css

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

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

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