Html Css Color HEX #591C13 Red Oxide

📋 copy color: '#591C13'

red 89 ◦ green 28 ◦ blue 19

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

Shades of Red Oxide #591C13

Tints of Red Oxide #591C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.59%

 BLUE value IS 19 (7.81% from 255) = 13.97%

R = 65.44%
G = 20.59%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#591C13 (or 0x591C13) is known color: Red Oxide. HEX triplet: 59, 1C and 13. RGB value is (89,28,19). Sum of RGB (Red+Green+Blue) = 89+28+19=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #591C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591C13 is #A6E3EC. Grayscale: #2D2D2D. Windows color (decimal): -10937325 or 1252441. OLE color: 1252441.

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

Color convert

RGB 89 28 19 -
CMYK 0 0.69 0.79 0.65
HSL 7.71º 0.65% 0.21% -
HSV(B) 7.71º 0.79% 0.35% -
XYZ 4.65 3 0.95 -
YUV 45.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 89 28 19 0 0.69 0.79 0.65 7.71 0.65 0.21
Hex 59 1C 13 0 45 4F 41 8 41 15
Octal 131 34 23 0 105 117 101 10 101 25
Binary 1011001 11100 10011 0 1000101 1001111 1000001 1000 1000001 10101

Color Harmonies of #591C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591C13

Black with #591C13

Text Example


Text Example

White with #591C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,28,19); }

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

background-color css

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

 a { background-color: rgb(89,28,19); }

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

border-color css

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

 span { border-color: rgb(89,28,19); }

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