Html Css Color HEX #812118 Falu Red

📋 copy color: '#812118'

red 129 ◦ green 33 ◦ blue 24

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

Shades of Falu Red #812118

Tints of Falu Red #812118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.74%

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 69.35%
G = 17.74%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#812118 (or 0x812118) is known color: Falu Red. HEX triplet: 81, 21 and 18. RGB value is (129,33,24). Sum of RGB (Red+Green+Blue) = 129+33+24=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #812118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812118 is #7EDEE7. Grayscale: #3C3C3C. Windows color (decimal): -8314600 or 1581441. OLE color: 1581441.

HSL color Cylindrical-coordinate representation of color #812118: hue angle of 5.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812118 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 33 24 -
CMYK 0 0.74 0.81 0.49
HSL 5.14º 0.69% 0.3% -
HSV(B) 5.14º 0.81% 0.51% -
XYZ 9.76 5.82 1.47 -
YUV 60.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 129 33 24 0 0.74 0.81 0.49 5.14 0.69 0.3
Hex 81 21 18 0 4A 51 31 5 45 1E
Octal 201 41 30 0 112 121 61 5 105 36
Binary 10000001 100001 11000 0 1001010 1010001 110001 101 1000101 11110

Color Harmonies of #812118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812118

Black with #812118

Text Example


Text Example

White with #812118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812118; }

 p { color: rgb(129,33,24); }

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

background-color css

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

 a { background-color: rgb(129,33,24); }

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

border-color css

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

 span { border-color: rgb(129,33,24); }

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