Html Css Color HEX #591004 Red Oxide

📋 copy color: '#591004'

red 89 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #591004

Tints of Red Oxide #591004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.68%

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

R = 81.65%
G = 14.68%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#591004 (or 0x591004) is known color: Red Oxide. HEX triplet: 59, 10 and 04. RGB value is (89,16,4). Sum of RGB (Red+Green+Blue) = 89+16+4=109 (14% of max value = 765). Red value is 89 (35.16% from 255 or 81.65% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 89 - color contains mainly: red. Hex color #591004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591004 is #A6EFFB. Grayscale: #242424. Windows color (decimal): -10940412 or 266329. OLE color: 266329.

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

Color convert

RGB 89 16 4 -
CMYK 0 0.82 0.96 0.65
HSL 8.47º 0.91% 0.18% -
HSV(B) 8.47º 0.96% 0.35% -
XYZ 4.33 2.5 0.37 -
YUV 36.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 89 16 4 0 0.82 0.96 0.65 8.47 0.91 0.18
Hex 59 10 4 0 52 60 41 8 5B 12
Octal 131 20 4 0 122 140 101 10 133 22
Binary 1011001 10000 100 0 1010010 1100000 1000001 1000 1011011 10010

Color Harmonies of #591004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591004

Black with #591004

Text Example


Text Example

White with #591004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591004; }

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

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

background-color css

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

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

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

border-color css

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

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

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