Html Css Color HEX #812518 Falu Red

📋 copy color: '#812518'

red 129 ◦ green 37 ◦ blue 24

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

Shades of Falu Red #812518

Tints of Falu Red #812518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.47%

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

R = 67.89%
G = 19.47%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#812518 (or 0x812518) is known color: Falu Red. HEX triplet: 81, 25 and 18. RGB value is (129,37,24). Sum of RGB (Red+Green+Blue) = 129+37+24=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #812518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812518 is #7EDAE7. Grayscale: #3F3F3F. Windows color (decimal): -8313576 or 1582465. OLE color: 1582465.

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

Color convert

RGB 129 37 24 -
CMYK 0 0.71 0.81 0.49
HSL 7.43º 0.69% 0.3% -
HSV(B) 7.43º 0.81% 0.51% -
XYZ 9.88 6.06 1.51 -
YUV 63.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 129 37 24 0 0.71 0.81 0.49 7.43 0.69 0.3
Hex 81 25 18 0 47 51 31 7 45 1E
Octal 201 45 30 0 107 121 61 7 105 36
Binary 10000001 100101 11000 0 1000111 1010001 110001 111 1000101 11110

Color Harmonies of #812518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812518

Black with #812518

Text Example


Text Example

White with #812518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812518; }

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

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

background-color css

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

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

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

border-color css

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

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

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