Html Css Color HEX #812612 Falu Red

📋 copy color: '#812612'

red 129 ◦ green 38 ◦ blue 18

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

Shades of Falu Red #812612

Tints of Falu Red #812612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 69.73%
G = 20.54%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#812612 (or 0x812612) is known color: Falu Red. HEX triplet: 81, 26 and 12. RGB value is (129,38,18). Sum of RGB (Red+Green+Blue) = 129+38+18=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812612 is #7ED9ED. Grayscale: #3F3F3F. Windows color (decimal): -8313326 or 1189505. OLE color: 1189505.

HSL color Cylindrical-coordinate representation of color #812612: hue angle of 10.81º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #812612 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 18 -
CMYK 0 0.71 0.86 0.49
HSL 10.81º 0.76% 0.29% -
HSV(B) 10.81º 0.86% 0.51% -
XYZ 9.86 6.1 1.23 -
YUV 62.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 129 38 18 0 0.71 0.86 0.49 10.81 0.76 0.29
Hex 81 26 12 0 47 56 31 B 4C 1D
Octal 201 46 22 0 107 126 61 13 114 35
Binary 10000001 100110 10010 0 1000111 1010110 110001 1011 1001100 11101

Color Harmonies of #812612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812612

Black with #812612

Text Example


Text Example

White with #812612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812612; }

 p { color: rgb(129,38,18); }

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

background-color css

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

 a { background-color: rgb(129,38,18); }

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

border-color css

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

 span { border-color: rgb(129,38,18); }

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