#81421B

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

Shades of Russet #81421B

Tints of Russet #81421B

Color information

#81421B (or 0x81421B) is unknown color: approx Russet. HEX triplet: 81, 42 and 1B. RGB value is (129,66,27). Sum of RGB (Red+Green+Blue) = 129+66+27=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #81421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81421B is #7EBDE4. Grayscale: #505050. Windows color (decimal): -8306149 or 1786497. OLE color: 1786497.

HSL color Cylindrical-coordinate representation of color #81421B: hue angle of 22.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81421B is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1296627-
CMYK00.490.790.49
HSL22.94º65.38%30.59%-
HSV(B)22.94º79.07%50.59%-
XYZ11.28.642.11-
YUV80.3997.87162.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.11%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 27 (10.94% from 255) = 12.16%
R=58.11%
G=29.73%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129662700.490.790.4922.9465.3830.59
Hex81421B0314F3117411f
Octal20110233061117612710137
Binary100000011000010110110110001100111111000110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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