#580D0A

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

Shades of Red Oxide #580D0A

Tints of Red Oxide #580D0A

Color information

#580D0A (or 0x580D0A) is unknown color: approx Red Oxide. HEX triplet: 58, 0D and 0A. RGB value is (88,13,10). Sum of RGB (Red+Green+Blue) = 88+13+10=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D0A is #A7F2F5. Grayscale: #232323. Windows color (decimal): -11006710 or 658776. OLE color: 658776.

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

Color convert

RGB881310-
CMYK00.850.890.65
HSL2.31º79.59%19.22%-
HSV(B)2.31º88.64%34.51%-
XYZ4.222.380.52-
YUV35.08113.85165.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 79.28%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=79.28%
G=11.71%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88131000.850.890.652.3179.5919.22
Hex58DA055594125013
Octal13015120125131101212023
Binary101100011011010010101011011001100000110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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