#81411C

Color #81411C Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #81411C

Tints of Russet #81411C

Color information

#81411C (or 0x81411C) is unknown color: approx Russet. HEX triplet: 81, 41 and 1C. RGB value is (129,65,28). Sum of RGB (Red+Green+Blue) = 129+65+28=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81411C is #7EBEE3. Grayscale: #505050. Windows color (decimal): -8306404 or 1851777. OLE color: 1851777.

HSL color Cylindrical-coordinate representation of color #81411C: hue angle of 21.98º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81411C is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1296528-
CMYK00.500.780.49
HSL21.98º64.33%30.78%-
HSV(B)21.98º78.29%50.59%-
XYZ11.158.532.16-
YUV79.9298.7163.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.11%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=58.11%
G=29.28%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129652800.500.780.4921.9864.3330.78
Hex81411C0324E3116401f
Octal20110134062116612610037
Binary100000011000001111000110010100111011000110110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81411C; }

 p { color: rgb(129,65,28); }

 H1.HeaderClassName
 {
   color: #81411C;
 }
 .AnyTagClassName
 {
   color: #81411C;
 }
</style>
background-color css

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

 a { background-color: rgb(129,65,28); }

 div.DivClassName
 {
   background-color: #81411C;
 }
 .BgClassName
 {
   background-color: #81411C;
 }
</style>
border-color css

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

 span { border-color: rgb(129,65,28); }

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