Html Css Color HEX #591E1A Red Oxide

📋 copy color: '#591E1A'

red 89 ◦ green 30 ◦ blue 26

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

Shades of Red Oxide #591E1A

Tints of Red Oxide #591E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.69%

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

R = 61.38%
G = 20.69%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#591E1A (or 0x591E1A) is known color: Red Oxide. HEX triplet: 59, 1E and 1A. RGB value is (89,30,26). Sum of RGB (Red+Green+Blue) = 89+30+26=145 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.38% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 89 - color contains mainly: red. Hex color #591E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591E1A is #A6E1E5. Grayscale: #2F2F2F. Windows color (decimal): -10936806 or 1711705. OLE color: 1711705.

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

Color convert

RGB 89 30 26 -
CMYK 0 0.66 0.71 0.65
HSL 3.81º 0.55% 0.23% -
HSV(B) 3.81º 0.71% 0.35% -
XYZ 4.77 3.13 1.33 -
YUV 47.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 89 30 26 0 0.66 0.71 0.65 3.81 0.55 0.23
Hex 59 1E 1A 0 42 47 41 4 37 17
Octal 131 36 32 0 102 107 101 4 67 27
Binary 1011001 11110 11010 0 1000010 1000111 1000001 100 110111 10111

Color Harmonies of #591E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591E1A

Black with #591E1A

Text Example


Text Example

White with #591E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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