#581206

Color #581206 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #581206

Tints of Red Oxide #581206

Color information

#581206 (or 0x581206) is unknown color: approx Red Oxide. HEX triplet: 58, 12 and 06. RGB value is (88,18,6). Sum of RGB (Red+Green+Blue) = 88+18+6=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #581206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581206 is #A7EDF9. Grayscale: #252525. Windows color (decimal): -11005434 or 397912. OLE color: 397912.

HSL color Cylindrical-coordinate representation of color #581206: hue angle of 8.78º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #581206 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88186-
CMYK00.800.930.65
HSL8.78º87.23%18.43%-
HSV(B)8.78º93.18%34.51%-
XYZ4.272.520.43-
YUV37.56110.19163.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=78.57%
G=16.07%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8818600.800.930.658.7887.2318.43
Hex581260505D4195712
Octal13022601201351011112722
Binary10110001001011001010000101110110000011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581206; }

 p { color: rgb(88,18,6); }

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

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

 a { background-color: rgb(88,18,6); }

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

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

 span { border-color: rgb(88,18,6); }

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