Html Css Color HEX #591B0D Red Oxide

📋 copy color: '#591B0D'

red 89 ◦ green 27 ◦ blue 13

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

Shades of Red Oxide #591B0D

Tints of Red Oxide #591B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.08%

R = 68.99%
G = 20.93%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#591B0D (or 0x591B0D) is known color: Red Oxide. HEX triplet: 59, 1B and 0D. RGB value is (89,27,13). Sum of RGB (Red+Green+Blue) = 89+27+13=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #591B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591B0D is #A6E4F2. Grayscale: #2C2C2C. Windows color (decimal): -10937587 or 858969. OLE color: 858969.

HSL color Cylindrical-coordinate representation of color #591B0D: hue angle of 11.05º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591B0D is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 27 13 -
CMYK 0 0.70 0.85 0.65
HSL 11.05º 0.75% 0.2% -
HSV(B) 11.05º 0.85% 0.35% -
XYZ 4.58 2.94 0.71 -
YUV 43.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 89 27 13 0 0.70 0.85 0.65 11.05 0.75 0.2
Hex 59 1B D 0 46 55 41 B 4B 14
Octal 131 33 15 0 106 125 101 13 113 24
Binary 1011001 11011 1101 0 1000110 1010101 1000001 1011 1001011 10100

Color Harmonies of #591B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591B0D

Black with #591B0D

Text Example


Text Example

White with #591B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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