Html Css Color HEX #812312 Falu Red

📋 copy color: '#812312'

red 129 ◦ green 35 ◦ blue 18

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

Shades of Falu Red #812312

Tints of Falu Red #812312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

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

R = 70.88%
G = 19.23%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#812312 (or 0x812312) is known color: Falu Red. HEX triplet: 81, 23 and 12. RGB value is (129,35,18). Sum of RGB (Red+Green+Blue) = 129+35+18=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #812312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812312 is #7EDCED. Grayscale: #3D3D3D. Windows color (decimal): -8314094 or 1188737. OLE color: 1188737.

HSL color Cylindrical-coordinate representation of color #812312: hue angle of 9.19º 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 #812312 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 18 -
CMYK 0 0.73 0.86 0.49
HSL 9.19º 0.76% 0.29% -
HSV(B) 9.19º 0.86% 0.51% -
XYZ 9.76 5.91 1.2 -
YUV 61.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 129 35 18 0 0.73 0.86 0.49 9.19 0.76 0.29
Hex 81 23 12 0 49 56 31 9 4C 1D
Octal 201 43 22 0 111 126 61 11 114 35
Binary 10000001 100011 10010 0 1001001 1010110 110001 1001 1001100 11101

Color Harmonies of #812312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812312

Black with #812312

Text Example


Text Example

White with #812312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812312; }

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

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

background-color css

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

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

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

border-color css

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

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

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