Html Css Color HEX #590612 Bordeaux

📋 copy color: '#590612'

red 89 ◦ green 6 ◦ blue 18

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

Shades of Bordeaux #590612

Tints of Bordeaux #590612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 78.76%
G = 5.31%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#590612 (or 0x590612) is known color: Bordeaux. HEX triplet: 59, 06 and 12. RGB value is (89,6,18). Sum of RGB (Red+Green+Blue) = 89+6+18=113 (14% of max value = 765). Red value is 89 (35.16% from 255 or 78.76% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 89 - color contains mainly: red. Hex color #590612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590612 is #A6F9ED. Grayscale: #202020. Windows color (decimal): -10942958 or 1181273. OLE color: 1181273.

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

Color convert

RGB 89 6 18 -
CMYK 0 0.93 0.80 0.65
HSL 351.33º 0.87% 0.19% -
HSV(B) 351.33º 0.93% 0.35% -
XYZ 4.29 2.3 0.79 -
YUV 32.19 120 168.52 -
System Red Green Blue C M Y K H S L
Decimal 89 6 18 0 0.93 0.80 0.65 351.33 0.87 0.19
Hex 59 6 12 0 5D 50 41 15F 57 13
Octal 131 6 22 0 135 120 101 537 127 23
Binary 1011001 110 10010 0 1011101 1010000 1000001 101011111 1010111 10011

Color Harmonies of #590612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590612

Black with #590612

Text Example


Text Example

White with #590612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590612; }

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

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

background-color css

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

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

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

border-color css

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

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

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