Html Css Color HEX #590601 Red Oxide

📋 copy color: '#590601'

red 89 ◦ green 6 ◦ blue 1

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

Shades of Red Oxide #590601

Tints of Red Oxide #590601

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

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

R = 92.71%
G = 6.25%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#590601 (or 0x590601) is known color: Red Oxide. HEX triplet: 59, 06 and 01. RGB value is (89,6,1). Sum of RGB (Red+Green+Blue) = 89+6+1=96 (12% of max value = 765). Red value is 89 (35.16% from 255 or 92.71% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 89 - color contains mainly: red. Hex color #590601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590601 is #A6F9FE. Grayscale: #1E1E1E. Windows color (decimal): -10942975 or 67161. OLE color: 67161.

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

Color convert

RGB 89 6 1 -
CMYK 0 0.93 0.99 0.65
HSL 3.41º 0.98% 0.18% -
HSV(B) 3.41º 0.99% 0.35% -
XYZ 4.19 2.26 0.24 -
YUV 30.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 89 6 1 0 0.93 0.99 0.65 3.41 0.98 0.18
Hex 59 6 1 0 5D 63 41 3 62 12
Octal 131 6 1 0 135 143 101 3 142 22
Binary 1011001 110 1 0 1011101 1100011 1000001 11 1100010 10010

Color Harmonies of #590601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590601

Black with #590601

Text Example


Text Example

White with #590601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590601; }

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

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

background-color css

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

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

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

border-color css

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

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

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