Html Css Color HEX #590510 Bordeaux

📋 copy color: '#590510'

red 89 ◦ green 5 ◦ blue 16

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

Shades of Bordeaux #590510

Tints of Bordeaux #590510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.55%

R = 80.91%
G = 4.55%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#590510 (or 0x590510) is known color: Bordeaux. HEX triplet: 59, 05 and 10. RGB value is (89,5,16). Sum of RGB (Red+Green+Blue) = 89+5+16=110 (14% of max value = 765). Red value is 89 (35.16% from 255 or 80.91% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 89 - color contains mainly: red. Hex color #590510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590510 is #A6FAEF. Grayscale: #1F1F1F. Windows color (decimal): -10943216 or 1049945. OLE color: 1049945.

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

Color convert

RGB 89 5 16 -
CMYK 0 0.94 0.82 0.65
HSL 352.14º 0.89% 0.18% -
HSV(B) 352.14º 0.94% 0.35% -
XYZ 4.27 2.27 0.7 -
YUV 31.37 119.33 169.11 -
System Red Green Blue C M Y K H S L
Decimal 89 5 16 0 0.94 0.82 0.65 352.14 0.89 0.18
Hex 59 5 10 0 5E 52 41 160 59 12
Octal 131 5 20 0 136 122 101 540 131 22
Binary 1011001 101 10000 0 1011110 1010010 1000001 101100000 1011001 10010

Color Harmonies of #590510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590510

Black with #590510

Text Example


Text Example

White with #590510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590510; }

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

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

background-color css

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

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

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

border-color css

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

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

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