#581506

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

Shades of Red Oxide #581506

Tints of Red Oxide #581506

Color information

#581506 (or 0x581506) is unknown color: approx Red Oxide. HEX triplet: 58, 15 and 06. RGB value is (88,21,6). Sum of RGB (Red+Green+Blue) = 88+21+6=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581506 is #A7EAF9. Grayscale: #272727. Windows color (decimal): -11004666 or 398680. OLE color: 398680.

HSL color Cylindrical-coordinate representation of color #581506: hue angle of 10.98º 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 #581506 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB88216-
CMYK00.760.930.65
HSL10.98º87.23%18.43%-
HSV(B)10.98º93.18%34.51%-
XYZ4.332.620.45-
YUV39.32109.2162.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=76.52%
G=18.26%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821600.760.930.6510.9887.2318.43
Hex5815604C5D41b5712
Octal13025601141351011312722
Binary10110001010111001001100101110110000011011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581506; }

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

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

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

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

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

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

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

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