Html Css Color HEX #591D1A Red Oxide

📋 copy color: '#591D1A'

red 89 ◦ green 29 ◦ blue 26

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

Shades of Red Oxide #591D1A

Tints of Red Oxide #591D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.06%

R = 61.81%
G = 20.14%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#591D1A (or 0x591D1A) is known color: Red Oxide. HEX triplet: 59, 1D and 1A. RGB value is (89,29,26). Sum of RGB (Red+Green+Blue) = 89+29+26=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591D1A is #A6E2E5. Grayscale: #2E2E2E. Windows color (decimal): -10937062 or 1711449. OLE color: 1711449.

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

Color convert

RGB 89 29 26 -
CMYK 0 0.67 0.71 0.65
HSL 2.86º 0.55% 0.23% -
HSV(B) 2.86º 0.71% 0.35% -
XYZ 4.75 3.08 1.32 -
YUV 46.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 89 29 26 0 0.67 0.71 0.65 2.86 0.55 0.23
Hex 59 1D 1A 0 43 47 41 3 37 17
Octal 131 35 32 0 103 107 101 3 67 27
Binary 1011001 11101 11010 0 1000011 1000111 1000001 11 110111 10111

Color Harmonies of #591D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591D1A

Black with #591D1A

Text Example


Text Example

White with #591D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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