Html Css Color HEX #59020B Bordeaux

📋 copy color: '#59020B'

red 89 ◦ green 2 ◦ blue 11

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

Shades of Bordeaux #59020B

Tints of Bordeaux #59020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

 BLUE value IS 11 (4.69% from 255) = 10.78%

R = 87.25%
G = 1.96%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59020B (or 0x59020B) is known color: Bordeaux. HEX triplet: 59, 02 and 0B. RGB value is (89,2,11). Sum of RGB (Red+Green+Blue) = 89+2+11=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 11 (4.69% from 255 or 10.78% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #59020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020B is #A6FDF4. Grayscale: #1D1D1D. Windows color (decimal): -10943989 or 721497. OLE color: 721497.

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

Color convert

RGB 89 2 11 -
CMYK 0 0.98 0.88 0.65
HSL 353.79º 0.96% 0.18% -
HSV(B) 353.79º 0.98% 0.35% -
XYZ 4.2 2.19 0.52 -
YUV 29.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 89 2 11 0 0.98 0.88 0.65 353.79 0.96 0.18
Hex 59 2 B 0 62 58 41 162 60 12
Octal 131 2 13 0 142 130 101 542 140 22
Binary 1011001 10 1011 0 1100010 1011000 1000001 101100010 1100000 10010

Color Harmonies of #59020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59020B

Black with #59020B

Text Example


Text Example

White with #59020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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