#581709

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

Shades of Red Oxide #581709

Tints of Red Oxide #581709

Color information

#581709 (or 0x581709) is unknown color: approx Red Oxide. HEX triplet: 58, 17 and 09. RGB value is (88,23,9). Sum of RGB (Red+Green+Blue) = 88+23+9=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581709 is #A7E8F6. Grayscale: #282828. Windows color (decimal): -11004151 or 595800. OLE color: 595800.

HSL color Cylindrical-coordinate representation of color #581709: hue angle of 10.63º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #581709 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB88239-
CMYK00.740.900.65
HSL10.63º81.44%19.02%-
HSV(B)10.63º89.77%34.51%-
XYZ4.382.710.55-
YUV40.84110.03161.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.33%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 9 (3.91% from 255) = 7.5%
R=73.33%
G=19.17%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823900.740.900.6510.6381.4419.02
Hex5817904A5A41b5113
Octal130271101121321011312123
Binary101100010111100101001010101101010000011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581709; }

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

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

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

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

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

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

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

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