#581704

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

Shades of Red Oxide #581704

Tints of Red Oxide #581704

Color information

#581704 (or 0x581704) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 04. RGB value is (88,23,4). Sum of RGB (Red+Green+Blue) = 88+23+4=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #581704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581704 is #A7E8FB. Grayscale: #282828. Windows color (decimal): -11004156 or 268120. OLE color: 268120.

HSL color Cylindrical-coordinate representation of color #581704: hue angle of 13.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 #581704 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB88234-
CMYK00.740.950.65
HSL13.57º91.3%18.04%-
HSV(B)13.57º95.45%34.51%-
XYZ4.352.70.41-
YUV40.27107.53162.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=76.52%
G=20%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823400.740.950.6513.5791.318.04
Hex5817404A5F41e5b12
Octal13027401121371011613322
Binary10110001011110001001010101111110000011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581704; }

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

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

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

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

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

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

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

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