Html Css Color HEX #591404 Red Oxide

📋 copy color: '#591404'

red 89 ◦ green 20 ◦ blue 4

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

Shades of Red Oxide #591404

Tints of Red Oxide #591404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.54%

R = 78.76%
G = 17.7%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#591404 (or 0x591404) is known color: Red Oxide. HEX triplet: 59, 14 and 04. RGB value is (89,20,4). Sum of RGB (Red+Green+Blue) = 89+20+4=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #591404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591404 is #A6EBFB. Grayscale: #262626. Windows color (decimal): -10939388 or 267353. OLE color: 267353.

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

Color convert

RGB 89 20 4 -
CMYK 0 0.78 0.96 0.65
HSL 11.29º 0.91% 0.18% -
HSV(B) 11.29º 0.96% 0.35% -
XYZ 4.39 2.63 0.39 -
YUV 38.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 89 20 4 0 0.78 0.96 0.65 11.29 0.91 0.18
Hex 59 14 4 0 4E 60 41 B 5B 12
Octal 131 24 4 0 116 140 101 13 133 22
Binary 1011001 10100 100 0 1001110 1100000 1000001 1011 1011011 10010

Color Harmonies of #591404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591404

Black with #591404

Text Example


Text Example

White with #591404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591404; }

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

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

background-color css

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

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

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

border-color css

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

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

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