Html Css Color HEX #591302 Red Oxide

📋 copy color: '#591302'

red 89 ◦ green 19 ◦ blue 2

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

Shades of Red Oxide #591302

Tints of Red Oxide #591302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 80.91%
G = 17.27%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#591302 (or 0x591302) is known color: Red Oxide. HEX triplet: 59, 13 and 02. RGB value is (89,19,2). Sum of RGB (Red+Green+Blue) = 89+19+2=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #591302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591302 is #A6ECFD. Grayscale: #262626. Windows color (decimal): -10939646 or 136025. OLE color: 136025.

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

Color convert

RGB 89 19 2 -
CMYK 0 0.79 0.98 0.65
HSL 11.72º 0.96% 0.18% -
HSV(B) 11.72º 0.98% 0.35% -
XYZ 4.36 2.59 0.33 -
YUV 37.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 89 19 2 0 0.79 0.98 0.65 11.72 0.96 0.18
Hex 59 13 2 0 4F 62 41 C 60 12
Octal 131 23 2 0 117 142 101 14 140 22
Binary 1011001 10011 10 0 1001111 1100010 1000001 1100 1100000 10010

Color Harmonies of #591302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591302

Black with #591302

Text Example


Text Example

White with #591302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591302; }

 p { color: rgb(89,19,2); }

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

background-color css

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

 a { background-color: rgb(89,19,2); }

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

border-color css

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

 span { border-color: rgb(89,19,2); }

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