#581408

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

Shades of Red Oxide #581408

Tints of Red Oxide #581408

Color information

#581408 (or 0x581408) is unknown color: approx Red Oxide. HEX triplet: 58, 14 and 08. RGB value is (88,20,8). Sum of RGB (Red+Green+Blue) = 88+20+8=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #581408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581408 is #A7EBF7. Grayscale: #272727. Windows color (decimal): -11004920 or 529496. OLE color: 529496.

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

Color convert

RGB88208-
CMYK00.770.910.65
HSL83.33%18.82%-
HSV(B)90.91%34.51%-
XYZ4.322.590.5-
YUV38.96110.53162.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.86%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 8 (3.52% from 255) = 6.90%
R=75.86%
G=17.24%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8820800.770.910.65983.3318.82
Hex5814804D5B4195313
Octal130241001151331011112323
Binary101100010100100001001101101101110000011001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581408; }

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

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

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

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

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

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

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

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