Html Css Color HEX #812008 Falu Red

📋 copy color: '#812008'

red 129 ◦ green 32 ◦ blue 8

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

Shades of Falu Red #812008

Tints of Falu Red #812008

RGB

 RED value IS 129 (50.78% from 255) = 76.33%

 GREEN value IS 32 (12.89% from 255) = 18.93%

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

R = 76.33%
G = 18.93%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#812008 (or 0x812008) is known color: Falu Red. HEX triplet: 81, 20 and 08. RGB value is (129,32,8). Sum of RGB (Red+Green+Blue) = 129+32+8=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #812008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812008 is #7EDFF7. Grayscale: #3A3A3A. Windows color (decimal): -8314872 or 532609. OLE color: 532609.

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

Color convert

RGB 129 32 8 -
CMYK 0 0.75 0.94 0.49
HSL 11.9º 0.88% 0.27% -
HSV(B) 11.9º 0.94% 0.51% -
XYZ 9.61 5.72 0.83 -
YUV 58.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 129 32 8 0 0.75 0.94 0.49 11.9 0.88 0.27
Hex 81 20 8 0 4B 5E 31 C 58 1B
Octal 201 40 10 0 113 136 61 14 130 33
Binary 10000001 100000 1000 0 1001011 1011110 110001 1100 1011000 11011

Color Harmonies of #812008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812008

Black with #812008

Text Example


Text Example

White with #812008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812008; }

 p { color: rgb(129,32,8); }

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

background-color css

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

 a { background-color: rgb(129,32,8); }

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

border-color css

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

 span { border-color: rgb(129,32,8); }

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