#581309

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

Shades of Red Oxide #581309

Tints of Red Oxide #581309

Color information

#581309 (or 0x581309) is unknown color: approx Red Oxide. HEX triplet: 58, 13 and 09. RGB value is (88,19,9). Sum of RGB (Red+Green+Blue) = 88+19+9=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #581309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581309 is #A7ECF6. Grayscale: #262626. Windows color (decimal): -11005175 or 594776. OLE color: 594776.

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

Color convert

RGB88199-
CMYK00.780.900.65
HSL7.59º81.44%19.02%-
HSV(B)7.59º89.77%34.51%-
XYZ4.312.560.53-
YUV38.49111.36163.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.86%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 9 (3.91% from 255) = 7.76%
R=75.86%
G=16.38%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8819900.780.900.657.5981.4419.02
Hex5813904E5A4185113
Octal130231101161321011012123
Binary101100010011100101001110101101010000011000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581309; }

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

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

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

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

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

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

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

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