Html Css Color HEX #591401 Red Oxide

📋 copy color: '#591401'

red 89 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #591401

Tints of Red Oxide #591401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.18%

 BLUE value IS 1 (0.78% from 255) = 0.91%

R = 80.91%
G = 18.18%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#591401 (or 0x591401) is known color: Red Oxide. HEX triplet: 59, 14 and 01. RGB value is (89,20,1). Sum of RGB (Red+Green+Blue) = 89+20+1=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #591401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591401 is #A6EBFE. Grayscale: #262626. Windows color (decimal): -10939391 or 70745. OLE color: 70745.

HSL color Cylindrical-coordinate representation of color #591401: hue angle of 12.95º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #591401 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 1 -
CMYK 0 0.78 0.99 0.65
HSL 12.95º 0.98% 0.18% -
HSV(B) 12.95º 0.99% 0.35% -
XYZ 4.38 2.63 0.31 -
YUV 38.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 89 20 1 0 0.78 0.99 0.65 12.95 0.98 0.18
Hex 59 14 1 0 4E 63 41 D 62 12
Octal 131 24 1 0 116 143 101 15 142 22
Binary 1011001 10100 1 0 1001110 1100011 1000001 1101 1100010 10010

Color Harmonies of #591401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591401

Black with #591401

Text Example


Text Example

White with #591401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591401; }

 p { color: rgb(89,20,1); }

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

background-color css

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

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

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

border-color css

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

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

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