#581609

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

Shades of Red Oxide #581609

Tints of Red Oxide #581609

Color information

#581609 (or 0x581609) is unknown color: approx Red Oxide. HEX triplet: 58, 16 and 09. RGB value is (88,22,9). Sum of RGB (Red+Green+Blue) = 88+22+9=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #581609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581609 is #A7E9F6. Grayscale: #282828. Windows color (decimal): -11004407 or 595544. OLE color: 595544.

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

Color convert

RGB88229-
CMYK00.750.900.65
HSL9.87º81.44%19.02%-
HSV(B)9.87º89.77%34.51%-
XYZ4.362.670.54-
YUV40.25110.37162.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=73.95%
G=18.49%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822900.750.900.659.8781.4419.02
Hex5816904B5A41a5113
Octal130261101131321011212123
Binary101100010110100101001011101101010000011010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581609; }

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

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

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

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

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

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

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

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