Html Css Color HEX #812018 Falu Red

📋 copy color: '#812018'

red 129 ◦ green 32 ◦ blue 24

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

Shades of Falu Red #812018

Tints of Falu Red #812018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

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

R = 69.73%
G = 17.3%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#812018 (or 0x812018) is known color: Falu Red. HEX triplet: 81, 20 and 18. RGB value is (129,32,24). Sum of RGB (Red+Green+Blue) = 129+32+24=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812018 is #7EDFE7. Grayscale: #3C3C3C. Windows color (decimal): -8314856 or 1581185. OLE color: 1581185.

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

Color convert

RGB 129 32 24 -
CMYK 0 0.75 0.81 0.49
HSL 4.57º 0.69% 0.3% -
HSV(B) 4.57º 0.81% 0.51% -
XYZ 9.73 5.77 1.46 -
YUV 60.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 129 32 24 0 0.75 0.81 0.49 4.57 0.69 0.3
Hex 81 20 18 0 4B 51 31 5 45 1E
Octal 201 40 30 0 113 121 61 5 105 36
Binary 10000001 100000 11000 0 1001011 1010001 110001 101 1000101 11110

Color Harmonies of #812018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812018

Black with #812018

Text Example


Text Example

White with #812018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812018; }

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

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

background-color css

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

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

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

border-color css

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

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

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