Html Css Color HEX #81180A Falu Red

📋 copy color: '#81180A'

red 129 ◦ green 24 ◦ blue 10

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

Shades of Falu Red #81180A

Tints of Falu Red #81180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.72%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 79.14%
G = 14.72%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#81180A (or 0x81180A) is known color: Falu Red. HEX triplet: 81, 18 and 0A. RGB value is (129,24,10). Sum of RGB (Red+Green+Blue) = 129+24+10=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #81180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81180A is #7EE7F5. Grayscale: #353535. Windows color (decimal): -8316918 or 661633. OLE color: 661633.

HSL color Cylindrical-coordinate representation of color #81180A: hue angle of 7.06º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81180A is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 24 10 -
CMYK 0 0.81 0.92 0.49
HSL 7.06º 0.86% 0.27% -
HSV(B) 7.06º 0.92% 0.51% -
XYZ 9.43 5.34 0.82 -
YUV 53.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 129 24 10 0 0.81 0.92 0.49 7.06 0.86 0.27
Hex 81 18 A 0 51 5C 31 7 56 1B
Octal 201 30 12 0 121 134 61 7 126 33
Binary 10000001 11000 1010 0 1010001 1011100 110001 111 1010110 11011

Color Harmonies of #81180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81180A

Black with #81180A

Text Example


Text Example

White with #81180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81180A; }

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

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

background-color css

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

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

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

border-color css

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

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

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