#581702

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

Shades of Red Oxide #581702

Tints of Red Oxide #581702

Color information

#581702 (or 0x581702) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 02. RGB value is (88,23,2). Sum of RGB (Red+Green+Blue) = 88+23+2=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581702 is #A7E8FD. Grayscale: #282828. Windows color (decimal): -11004158 or 137048. OLE color: 137048.

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

Color convert

RGB88232-
CMYK00.740.980.65
HSL14.65º95.56%17.65%-
HSV(B)14.65º97.73%34.51%-
XYZ4.342.690.35-
YUV40.04106.53162.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=77.88%
G=20.35%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823200.740.980.6514.6595.5617.65
Hex5817204A6241f6012
Octal13027201121421011714022
Binary1011000101111001001010110001010000011111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581702; }

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

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

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

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

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

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

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

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