Html Css Color HEX #591A18 Red Oxide

📋 copy color: '#591A18'

red 89 ◦ green 26 ◦ blue 24

#591A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #591A18

Tints of Red Oxide #591A18

RGB

 RED value IS 89 (35.16% from 255) = 64.03%

 GREEN value IS 26 (10.55% from 255) = 18.71%

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 64.03%
G = 18.71%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#591A18 (or 0x591A18) is known color: Red Oxide. HEX triplet: 59, 1A and 18. RGB value is (89,26,24). Sum of RGB (Red+Green+Blue) = 89+26+24=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #591A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A18 is #A6E5E7. Grayscale: #2C2C2C. Windows color (decimal): -10937832 or 1579609. OLE color: 1579609.

HSL color Cylindrical-coordinate representation of color #591A18: hue angle of 1.85º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591A18 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 26 24 -
CMYK 0 0.71 0.73 0.65
HSL 1.85º 0.58% 0.22% -
HSV(B) 1.85º 0.73% 0.35% -
XYZ 4.65 2.93 1.18 -
YUV 44.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 89 26 24 0 0.71 0.73 0.65 1.85 0.58 0.22
Hex 59 1A 18 0 47 49 41 2 3A 16
Octal 131 32 30 0 107 111 101 2 72 26
Binary 1011001 11010 11000 0 1000111 1001001 1000001 10 111010 10110

Color Harmonies of #591A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A18

Black with #591A18

Text Example


Text Example

White with #591A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591A18; }

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

 H1.HeaderClassName
 {
   color: #591A18;
 }
 .AnyTagClassName
 {
   color: #591A18;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #591A18;
 }
 .BgClassName
 {
   background-color: #591A18;
 }
</style>

border-color css

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

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

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