Html Css Color HEX #591A0E Red Oxide

📋 copy color: '#591A0E'

red 89 ◦ green 26 ◦ blue 14

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

Shades of Red Oxide #591A0E

Tints of Red Oxide #591A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 68.99%
G = 20.16%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#591A0E (or 0x591A0E) is known color: Red Oxide. HEX triplet: 59, 1A and 0E. RGB value is (89,26,14). Sum of RGB (Red+Green+Blue) = 89+26+14=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #591A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #591A0E is #A6E5F1. Grayscale: #2B2B2B. Windows color (decimal): -10937842 or 924249. OLE color: 924249.

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

Color convert

RGB 89 26 14 -
CMYK 0 0.71 0.84 0.65
HSL 9.6º 0.73% 0.2% -
HSV(B) 9.6º 0.84% 0.35% -
XYZ 4.57 2.89 0.73 -
YUV 43.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 89 26 14 0 0.71 0.84 0.65 9.6 0.73 0.2
Hex 59 1A E 0 47 54 41 A 49 14
Octal 131 32 16 0 107 124 101 12 111 24
Binary 1011001 11010 1110 0 1000111 1010100 1000001 1010 1001001 10100

Color Harmonies of #591A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A0E

Black with #591A0E

Text Example


Text Example

White with #591A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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