#81421C

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

Shades of Russet #81421C

Tints of Russet #81421C

Color information

#81421C (or 0x81421C) is unknown color: approx Russet. HEX triplet: 81, 42 and 1C. RGB value is (129,66,28). Sum of RGB (Red+Green+Blue) = 129+66+28=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #81421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81421C is #7EBDE3. Grayscale: #505050. Windows color (decimal): -8306148 or 1852033. OLE color: 1852033.

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

Color convert

RGB1296628-
CMYK00.490.780.49
HSL22.57º64.33%30.78%-
HSV(B)22.57º78.29%50.59%-
XYZ11.218.652.18-
YUV80.598.37162.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=57.85%
G=29.60%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129662800.490.780.4922.5764.3330.78
Hex81421C0314E3117401f
Octal20110234061116612710037
Binary100000011000010111000110001100111011000110111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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