Html Css Color HEX #591A1A Red Oxide

📋 copy color: '#591A1A'

red 89 ◦ green 26 ◦ blue 26

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

Shades of Red Oxide #591A1A

Tints of Red Oxide #591A1A

RGB

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

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

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

R = 63.12%
G = 18.44%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#591A1A (or 0x591A1A) is known color: Red Oxide. HEX triplet: 59, 1A and 1A. RGB value is (89,26,26). Sum of RGB (Red+Green+Blue) = 89+26+26=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #591A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A1A is #A6E5E5. Grayscale: #2C2C2C. Windows color (decimal): -10937830 or 1710681. OLE color: 1710681.

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

Color convert

RGB 89 26 26 -
CMYK 0 0.71 0.71 0.65
HSL 0.55% 0.23% -
HSV(B) 0.71% 0.35% -
XYZ 4.68 2.94 1.3 -
YUV 44.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 89 26 26 0 0.71 0.71 0.65 0 0.55 0.23
Hex 59 1A 1A 0 47 47 41 0 37 17
Octal 131 32 32 0 107 107 101 0 67 27
Binary 1011001 11010 11010 0 1000111 1000111 1000001 0 110111 10111

Color Harmonies of #591A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591A1A

Black with #591A1A

Text Example


Text Example

White with #591A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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