Html Css Color HEX #81180B Falu Red

📋 copy color: '#81180B'

red 129 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #81180B

Tints of Falu Red #81180B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.71%

R = 78.66%
G = 14.63%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#81180B (or 0x81180B) is known color: Falu Red. HEX triplet: 81, 18 and 0B. RGB value is (129,24,11). Sum of RGB (Red+Green+Blue) = 129+24+11=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #81180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81180B is #7EE7F4. Grayscale: #363636. Windows color (decimal): -8316917 or 727169. OLE color: 727169.

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

Color convert

RGB 129 24 11 -
CMYK 0 0.81 0.91 0.49
HSL 6.61º 0.84% 0.27% -
HSV(B) 6.61º 0.91% 0.51% -
XYZ 9.44 5.34 0.85 -
YUV 53.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 129 24 11 0 0.81 0.91 0.49 6.61 0.84 0.27
Hex 81 18 B 0 51 5B 31 7 54 1B
Octal 201 30 13 0 121 133 61 7 124 33
Binary 10000001 11000 1011 0 1010001 1011011 110001 111 1010100 11011

Color Harmonies of #81180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81180B

Black with #81180B

Text Example


Text Example

White with #81180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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