Html Css Color HEX #591D16 Red Oxide

📋 copy color: '#591D16'

red 89 ◦ green 29 ◦ blue 22

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

Shades of Red Oxide #591D16

Tints of Red Oxide #591D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.71%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 63.57%
G = 20.71%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#591D16 (or 0x591D16) is known color: Red Oxide. HEX triplet: 59, 1D and 16. RGB value is (89,29,22). Sum of RGB (Red+Green+Blue) = 89+29+22=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #591D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591D16 is #A6E2E9. Grayscale: #2E2E2E. Windows color (decimal): -10937066 or 1449305. OLE color: 1449305.

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

Color convert

RGB 89 29 22 -
CMYK 0 0.67 0.75 0.65
HSL 6.27º 0.6% 0.22% -
HSV(B) 6.27º 0.75% 0.35% -
XYZ 4.7 3.06 1.1 -
YUV 46.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 89 29 22 0 0.67 0.75 0.65 6.27 0.6 0.22
Hex 59 1D 16 0 43 4B 41 6 3C 16
Octal 131 35 26 0 103 113 101 6 74 26
Binary 1011001 11101 10110 0 1000011 1001011 1000001 110 111100 10110

Color Harmonies of #591D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D16

Black with #591D16

Text Example


Text Example

White with #591D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,29,22); }

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

background-color css

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

 a { background-color: rgb(89,29,22); }

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

border-color css

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

 span { border-color: rgb(89,29,22); }

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