Html Css Color HEX #591B13 Red Oxide

📋 copy color: '#591B13'

red 89 ◦ green 27 ◦ blue 19

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

Shades of Red Oxide #591B13

Tints of Red Oxide #591B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20%

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

R = 65.93%
G = 20%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#591B13 (or 0x591B13) is known color: Red Oxide. HEX triplet: 59, 1B and 13. RGB value is (89,27,19). Sum of RGB (Red+Green+Blue) = 89+27+19=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #591B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B13 is #A6E4EC. Grayscale: #2C2C2C. Windows color (decimal): -10937581 or 1252185. OLE color: 1252185.

HSL color Cylindrical-coordinate representation of color #591B13: hue angle of 6.86º 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 #591B13 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 27 19 -
CMYK 0 0.70 0.79 0.65
HSL 6.86º 0.65% 0.21% -
HSV(B) 6.86º 0.79% 0.35% -
XYZ 4.63 2.95 0.94 -
YUV 44.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 89 27 19 0 0.70 0.79 0.65 6.86 0.65 0.21
Hex 59 1B 13 0 46 4F 41 7 41 15
Octal 131 33 23 0 106 117 101 7 101 25
Binary 1011001 11011 10011 0 1000110 1001111 1000001 111 1000001 10101

Color Harmonies of #591B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B13

Black with #591B13

Text Example


Text Example

White with #591B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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