Html Css Color HEX #811C06 Falu Red

📋 copy color: '#811C06'

red 129 ◦ green 28 ◦ blue 6

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

Shades of Falu Red #811C06

Tints of Falu Red #811C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.18%

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 79.14%
G = 17.18%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#811C06 (or 0x811C06) is known color: Falu Red. HEX triplet: 81, 1C and 06. RGB value is (129,28,6). Sum of RGB (Red+Green+Blue) = 129+28+6=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #811C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811C06 is #7EE3F9. Grayscale: #373737. Windows color (decimal): -8315898 or 400513. OLE color: 400513.

HSL color Cylindrical-coordinate representation of color #811C06: hue angle of 10.73º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #811C06 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 28 6 -
CMYK 0 0.78 0.95 0.49
HSL 10.73º 0.91% 0.26% -
HSV(B) 10.73º 0.95% 0.51% -
XYZ 9.5 5.51 0.74 -
YUV 55.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 129 28 6 0 0.78 0.95 0.49 10.73 0.91 0.26
Hex 81 1C 6 0 4E 5F 31 B 5B 1A
Octal 201 34 6 0 116 137 61 13 133 32
Binary 10000001 11100 110 0 1001110 1011111 110001 1011 1011011 11010

Color Harmonies of #811C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811C06

Black with #811C06

Text Example


Text Example

White with #811C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811C06; }

 p { color: rgb(129,28,6); }

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

background-color css

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

 a { background-color: rgb(129,28,6); }

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

border-color css

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

 span { border-color: rgb(129,28,6); }

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