Html Css Color HEX #59030B Bordeaux

📋 copy color: '#59030B'

red 89 ◦ green 3 ◦ blue 11

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

Shades of Bordeaux #59030B

Tints of Bordeaux #59030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

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

R = 86.41%
G = 2.91%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#59030B (or 0x59030B) is known color: Bordeaux. HEX triplet: 59, 03 and 0B. RGB value is (89,3,11). Sum of RGB (Red+Green+Blue) = 89+3+11=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #59030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59030B is #A6FCF4. Grayscale: #1D1D1D. Windows color (decimal): -10943733 or 721753. OLE color: 721753.

HSL color Cylindrical-coordinate representation of color #59030B: hue angle of 354.42º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59030B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 3 11 -
CMYK 0 0.97 0.88 0.65
HSL 354.42º 0.93% 0.18% -
HSV(B) 354.42º 0.97% 0.35% -
XYZ 4.21 2.21 0.52 -
YUV 29.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 89 3 11 0 0.97 0.88 0.65 354.42 0.93 0.18
Hex 59 3 B 0 61 58 41 162 5D 12
Octal 131 3 13 0 141 130 101 542 135 22
Binary 1011001 11 1011 0 1100001 1011000 1000001 101100010 1011101 10010

Color Harmonies of #59030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59030B

Black with #59030B

Text Example


Text Example

White with #59030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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