Html Css Color HEX #591203 Red Oxide

📋 copy color: '#591203'

red 89 ◦ green 18 ◦ blue 3

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

Shades of Red Oxide #591203

Tints of Red Oxide #591203

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.36%

 BLUE value IS 3 (1.56% from 255) = 2.73%

R = 80.91%
G = 16.36%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#591203 (or 0x591203) is known color: Red Oxide. HEX triplet: 59, 12 and 03. RGB value is (89,18,3). Sum of RGB (Red+Green+Blue) = 89+18+3=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #591203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591203 is #A6EDFC. Grayscale: #252525. Windows color (decimal): -10939901 or 201305. OLE color: 201305.

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

Color convert

RGB 89 18 3 -
CMYK 0 0.80 0.97 0.65
HSL 10.47º 0.93% 0.18% -
HSV(B) 10.47º 0.97% 0.35% -
XYZ 4.35 2.56 0.35 -
YUV 37.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 89 18 3 0 0.80 0.97 0.65 10.47 0.93 0.18
Hex 59 12 3 0 50 61 41 A 5D 12
Octal 131 22 3 0 120 141 101 12 135 22
Binary 1011001 10010 11 0 1010000 1100001 1000001 1010 1011101 10010

Color Harmonies of #591203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591203

Black with #591203

Text Example


Text Example

White with #591203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591203; }

 p { color: rgb(89,18,3); }

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

background-color css

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

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

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

border-color css

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

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

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