Html Css Color HEX #591702 Red Oxide

📋 copy color: '#591702'

red 89 ◦ green 23 ◦ blue 2

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

Shades of Red Oxide #591702

Tints of Red Oxide #591702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.18%

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

R = 78.07%
G = 20.18%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#591702 (or 0x591702) is known color: Red Oxide. HEX triplet: 59, 17 and 02. RGB value is (89,23,2). Sum of RGB (Red+Green+Blue) = 89+23+2=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #591702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #591702 is #A6E8FD. Grayscale: #282828. Windows color (decimal): -10938622 or 137049. OLE color: 137049.

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

Color convert

RGB 89 23 2 -
CMYK 0 0.74 0.98 0.65
HSL 14.48º 0.96% 0.18% -
HSV(B) 14.48º 0.98% 0.35% -
XYZ 4.44 2.74 0.35 -
YUV 40.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 89 23 2 0 0.74 0.98 0.65 14.48 0.96 0.18
Hex 59 17 2 0 4A 62 41 E 60 12
Octal 131 27 2 0 112 142 101 16 140 22
Binary 1011001 10111 10 0 1001010 1100010 1000001 1110 1100000 10010

Color Harmonies of #591702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591702

Black with #591702

Text Example


Text Example

White with #591702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591702; }

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

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

background-color css

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

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

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

border-color css

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

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

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