Html Css Color HEX #591D1B Red Oxide

📋 copy color: '#591D1B'

red 89 ◦ green 29 ◦ blue 27

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

Shades of Red Oxide #591D1B

Tints of Red Oxide #591D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 61.38%
G = 20%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#591D1B (or 0x591D1B) is known color: Red Oxide. HEX triplet: 59, 1D and 1B. RGB value is (89,29,27). Sum of RGB (Red+Green+Blue) = 89+29+27=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D1B is #A6E2E4. Grayscale: #2E2E2E. Windows color (decimal): -10937061 or 1776985. OLE color: 1776985.

HSL color Cylindrical-coordinate representation of color #591D1B: hue angle of 1.94º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #591D1B is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 29 27 -
CMYK 0 0.67 0.70 0.65
HSL 1.94º 0.53% 0.23% -
HSV(B) 1.94º 0.7% 0.35% -
XYZ 4.76 3.08 1.38 -
YUV 46.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 89 29 27 0 0.67 0.70 0.65 1.94 0.53 0.23
Hex 59 1D 1B 0 43 46 41 2 35 17
Octal 131 35 33 0 103 106 101 2 65 27
Binary 1011001 11101 11011 0 1000011 1000110 1000001 10 110101 10111

Color Harmonies of #591D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D1B

Black with #591D1B

Text Example


Text Example

White with #591D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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