#580D0B

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

Shades of Red Oxide #580D0B

Tints of Red Oxide #580D0B

Color information

#580D0B (or 0x580D0B) is unknown color: approx Red Oxide. HEX triplet: 58, 0D and 0B. RGB value is (88,13,11). Sum of RGB (Red+Green+Blue) = 88+13+11=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D0B is #A7F2F4. Grayscale: #232323. Windows color (decimal): -11006709 or 724312. OLE color: 724312.

HSL color Cylindrical-coordinate representation of color #580D0B: hue angle of 1.56º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580D0B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB881311-
CMYK00.850.880.65
HSL1.56º77.78%19.41%-
HSV(B)1.56º87.5%34.51%-
XYZ4.232.390.55-
YUV35.2114.35165.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 13 (5.47% from 255) = 11.61%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=78.57%
G=11.61%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88131100.850.880.651.5677.7819.41
Hex58DB055584124e13
Octal13015130125130101211623
Binary101100011011011010101011011000100000110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580D0B; }

 p { color: rgb(88,13,11); }

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

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

 a { background-color: rgb(88,13,11); }

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

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

 span { border-color: rgb(88,13,11); }

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