Html Css Color HEX #591504 Red Oxide

📋 copy color: '#591504'

red 89 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #591504

Tints of Red Oxide #591504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 78.07%
G = 18.42%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#591504 (or 0x591504) is known color: Red Oxide. HEX triplet: 59, 15 and 04. RGB value is (89,21,4). Sum of RGB (Red+Green+Blue) = 89+21+4=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591504 is #A6EAFB. Grayscale: #272727. Windows color (decimal): -10939132 or 267609. OLE color: 267609.

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

Color convert

RGB 89 21 4 -
CMYK 0 0.76 0.96 0.65
HSL 12º 0.91% 0.18% -
HSV(B) 12º 0.96% 0.35% -
XYZ 4.41 2.67 0.4 -
YUV 39.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 89 21 4 0 0.76 0.96 0.65 12 0.91 0.18
Hex 59 15 4 0 4C 60 41 C 5B 12
Octal 131 25 4 0 114 140 101 14 133 22
Binary 1011001 10101 100 0 1001100 1100000 1000001 1100 1011011 10010

Color Harmonies of #591504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591504

Black with #591504

Text Example


Text Example

White with #591504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591504; }

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

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

background-color css

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

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

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

border-color css

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

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

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