#581109

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

Shades of Red Oxide #581109

Tints of Red Oxide #581109

Color information

#581109 (or 0x581109) is unknown color: approx Red Oxide. HEX triplet: 58, 11 and 09. RGB value is (88,17,9). Sum of RGB (Red+Green+Blue) = 88+17+9=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #581109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581109 is #A7EEF6. Grayscale: #252525. Windows color (decimal): -11005687 or 594264. OLE color: 594264.

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

Color convert

RGB88179-
CMYK00.810.900.65
HSL6.08º81.44%19.02%-
HSV(B)6.08º89.77%34.51%-
XYZ4.272.50.51-
YUV37.32112.02164.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.19%
GREEN value IS 17 (7.03% from 255) = 14.91%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=77.19%
G=14.91%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8817900.810.900.656.0881.4419.02
Hex581190515A4165113
Octal13021110121132101612123
Binary10110001000110010101000110110101000001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581109; }

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

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

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

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

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

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

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

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