Html Css Color HEX #590512 Bordeaux

📋 copy color: '#590512'

red 89 ◦ green 5 ◦ blue 18

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

Shades of Bordeaux #590512

Tints of Bordeaux #590512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.46%

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

R = 79.46%
G = 4.46%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#590512 (or 0x590512) is known color: Bordeaux. HEX triplet: 59, 05 and 12. RGB value is (89,5,18). Sum of RGB (Red+Green+Blue) = 89+5+18=112 (14% of max value = 765). Red value is 89 (35.16% from 255 or 79.46% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 89 - color contains mainly: red. Hex color #590512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590512 is #A6FAED. Grayscale: #1F1F1F. Windows color (decimal): -10943214 or 1181017. OLE color: 1181017.

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

Color convert

RGB 89 5 18 -
CMYK 0 0.94 0.80 0.65
HSL 350.71º 0.89% 0.18% -
HSV(B) 350.71º 0.94% 0.35% -
XYZ 4.28 2.28 0.79 -
YUV 31.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 89 5 18 0 0.94 0.80 0.65 350.71 0.89 0.18
Hex 59 5 12 0 5E 50 41 15F 59 12
Octal 131 5 22 0 136 120 101 537 131 22
Binary 1011001 101 10010 0 1011110 1010000 1000001 101011111 1011001 10010

Color Harmonies of #590512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590512

Black with #590512

Text Example


Text Example

White with #590512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590512; }

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

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

background-color css

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

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

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

border-color css

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

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

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