#581208

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

Shades of Red Oxide #581208

Tints of Red Oxide #581208

Color information

#581208 (or 0x581208) is unknown color: approx Red Oxide. HEX triplet: 58, 12 and 08. RGB value is (88,18,8). Sum of RGB (Red+Green+Blue) = 88+18+8=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #581208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581208 is #A7EDF7. Grayscale: #252525. Windows color (decimal): -11005432 or 528984. OLE color: 528984.

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

Color convert

RGB88188-
CMYK00.800.910.65
HSL7.5º83.33%18.82%-
HSV(B)7.5º90.91%34.51%-
XYZ4.282.520.49-
YUV37.79111.19163.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.19%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=77.19%
G=15.79%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8818800.800.910.657.583.3318.82
Hex581280505B4185313
Octal130221001201331011012323
Binary101100010010100001010000101101110000011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581208; }

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

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

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

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

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

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

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

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