#581004

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

Shades of Red Oxide #581004

Tints of Red Oxide #581004

Color information

#581004 (or 0x581004) is unknown color: approx Red Oxide. HEX triplet: 58, 10 and 04. RGB value is (88,16,4). Sum of RGB (Red+Green+Blue) = 88+16+4=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #581004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581004 is #A7EFFB. Grayscale: #242424. Windows color (decimal): -11005948 or 266328. OLE color: 266328.

HSL color Cylindrical-coordinate representation of color #581004: hue angle of 8.57º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #581004 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB88164-
CMYK00.820.950.65
HSL8.57º91.3%18.04%-
HSV(B)8.57º95.45%34.51%-
XYZ4.232.450.37-
YUV36.16109.85164.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 81.48%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 4 (1.95% from 255) = 3.70%
R=81.48%
G=14.81%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8816400.820.950.658.5791.318.04
Hex581040525F4195b12
Octal13020401221371011113322
Binary10110001000010001010010101111110000011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581004; }

 p { color: rgb(88,16,4); }

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

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

 a { background-color: rgb(88,16,4); }

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

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

 span { border-color: rgb(88,16,4); }

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