Html Css Color HEX #812418 Falu Red

📋 copy color: '#812418'

red 129 ◦ green 36 ◦ blue 24

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

Shades of Falu Red #812418

Tints of Falu Red #812418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.05%

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

R = 68.25%
G = 19.05%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#812418 (or 0x812418) is known color: Falu Red. HEX triplet: 81, 24 and 18. RGB value is (129,36,24). Sum of RGB (Red+Green+Blue) = 129+36+24=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #812418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812418 is #7EDBE7. Grayscale: #3E3E3E. Windows color (decimal): -8313832 or 1582209. OLE color: 1582209.

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

Color convert

RGB 129 36 24 -
CMYK 0 0.72 0.81 0.49
HSL 6.86º 0.69% 0.3% -
HSV(B) 6.86º 0.81% 0.51% -
XYZ 9.85 5.99 1.5 -
YUV 62.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 129 36 24 0 0.72 0.81 0.49 6.86 0.69 0.3
Hex 81 24 18 0 48 51 31 7 45 1E
Octal 201 44 30 0 110 121 61 7 105 36
Binary 10000001 100100 11000 0 1001000 1010001 110001 111 1000101 11110

Color Harmonies of #812418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812418

Black with #812418

Text Example


Text Example

White with #812418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812418; }

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

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

background-color css

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

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

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

border-color css

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

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

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