Html Css Color HEX #591201 Red Oxide

📋 copy color: '#591201'

red 89 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #591201

Tints of Red Oxide #591201

RGB

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

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

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

R = 82.41%
G = 16.67%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#591201 (or 0x591201) is known color: Red Oxide. HEX triplet: 59, 12 and 01. RGB value is (89,18,1). Sum of RGB (Red+Green+Blue) = 89+18+1=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #591201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591201 is #A6EDFE. Grayscale: #252525. Windows color (decimal): -10939903 or 70233. OLE color: 70233.

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

Color convert

RGB 89 18 1 -
CMYK 0 0.80 0.99 0.65
HSL 11.59º 0.98% 0.18% -
HSV(B) 11.59º 0.99% 0.35% -
XYZ 4.34 2.56 0.29 -
YUV 37.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 89 18 1 0 0.80 0.99 0.65 11.59 0.98 0.18
Hex 59 12 1 0 50 63 41 C 62 12
Octal 131 22 1 0 120 143 101 14 142 22
Binary 1011001 10010 1 0 1010000 1100011 1000001 1100 1100010 10010

Color Harmonies of #591201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591201

Black with #591201

Text Example


Text Example

White with #591201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591201; }

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

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

background-color css

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

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

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

border-color css

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

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

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