#591814

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

Shades of Red Oxide #591814

Tints of Red Oxide #591814

Color information

#591814 (or 0x591814) is unknown color: approx Red Oxide. HEX triplet: 59, 18 and 14. RGB value is (89,24,20). Sum of RGB (Red+Green+Blue) = 89+24+20=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #591814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591814 is #A6E7EB. Grayscale: #2B2B2B. Windows color (decimal): -10938348 or 1316953. OLE color: 1316953.

HSL color Cylindrical-coordinate representation of color #591814: hue angle of 3.48º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #591814 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB892420-
CMYK00.730.780.65
HSL3.48º63.3%21.37%-
HSV(B)3.48º77.53%34.9%-
XYZ4.572.830.97-
YUV42.98115.03160.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.92%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=66.92%
G=18.05%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89242000.730.780.653.4863.321.37
Hex5918140494E4133f15
Octal1313024011111610137725
Binary1011001110001010001001001100111010000011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591814; }

 p { color: rgb(89,24,20); }

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

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

 a { background-color: rgb(89,24,20); }

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

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

 span { border-color: rgb(89,24,20); }

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