#581808

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

Shades of Red Oxide #581808

Tints of Red Oxide #581808

Color information

#581808 (or 0x581808) is unknown color: approx Red Oxide. HEX triplet: 58, 18 and 08. RGB value is (88,24,8). Sum of RGB (Red+Green+Blue) = 88+24+8=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581808 is #A7E7F7. Grayscale: #292929. Windows color (decimal): -11003896 or 530520. OLE color: 530520.

HSL color Cylindrical-coordinate representation of color #581808: hue angle of 12º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #581808 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB88248-
CMYK00.730.910.65
HSL12º83.33%18.82%-
HSV(B)12º90.91%34.51%-
XYZ4.392.750.53-
YUV41.31109.2161.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 8 (3.52% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8824800.730.910.651283.3318.82
Hex581880495B41c5313
Octal130301001111331011412323
Binary101100011000100001001001101101110000011100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581808; }

 p { color: rgb(88,24,8); }

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

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

 a { background-color: rgb(88,24,8); }

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

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

 span { border-color: rgb(88,24,8); }

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