#580908

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

Shades of Red Oxide #580908

Tints of Red Oxide #580908

Color information

#580908 (or 0x580908) is unknown color: approx Red Oxide. HEX triplet: 58, 09 and 08. RGB value is (88,9,8). Sum of RGB (Red+Green+Blue) = 88+9+8=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #580908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580908 is #A7F6F7. Grayscale: #202020. Windows color (decimal): -11007736 or 526680. OLE color: 526680.

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

Color convert

RGB8898-
CMYK00.900.910.65
HSL0.75º83.33%18.82%-
HSV(B)0.75º90.91%34.51%-
XYZ4.172.290.45-
YUV32.51114.17167.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.81%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 8 (3.52% from 255) = 7.62%
R=83.81%
G=8.57%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889800.900.910.650.7583.3318.82
Hex589805A5B4115313
Octal13011100132133101112323
Binary10110001001100001011010101101110000011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580908; }

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

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

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

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

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

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

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

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