#581509

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

Shades of Red Oxide #581509

Tints of Red Oxide #581509

Color information

#581509 (or 0x581509) is unknown color: approx Red Oxide. HEX triplet: 58, 15 and 09. RGB value is (88,21,9). Sum of RGB (Red+Green+Blue) = 88+21+9=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #581509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581509 is #A7EAF6. Grayscale: #272727. Windows color (decimal): -11004663 or 595288. OLE color: 595288.

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

Color convert

RGB88219-
CMYK00.760.900.65
HSL9.11º81.44%19.02%-
HSV(B)9.11º89.77%34.51%-
XYZ4.342.630.54-
YUV39.66110.7162.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 74.58%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=74.58%
G=17.80%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8821900.760.900.659.1181.4419.02
Hex5815904C5A4195113
Octal130251101141321011112123
Binary101100010101100101001100101101010000011001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581509; }

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

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

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

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

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

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

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

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