Html Css Color HEX #59051C Bordeaux

📋 copy color: '#59051C'

red 89 ◦ green 5 ◦ blue 28

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

Shades of Bordeaux #59051C

Tints of Bordeaux #59051C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 72.95%
G = 4.1%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59051C (or 0x59051C) is known color: Bordeaux. HEX triplet: 59, 05 and 1C. RGB value is (89,5,28). Sum of RGB (Red+Green+Blue) = 89+5+28=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #59051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59051C is #A6FAE3. Grayscale: #202020. Windows color (decimal): -10943204 or 1836377. OLE color: 1836377.

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

Color convert

RGB 89 5 28 -
CMYK 0 0.94 0.69 0.65
HSL 343.57º 0.89% 0.18% -
HSV(B) 343.57º 0.94% 0.35% -
XYZ 4.38 2.32 1.31 -
YUV 32.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 89 5 28 0 0.94 0.69 0.65 343.57 0.89 0.18
Hex 59 5 1C 0 5E 45 41 158 59 12
Octal 131 5 34 0 136 105 101 530 131 22
Binary 1011001 101 11100 0 1011110 1000101 1000001 101011000 1011001 10010

Color Harmonies of #59051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59051C

Black with #59051C

Text Example


Text Example

White with #59051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59051C; }

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

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

background-color css

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

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

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

border-color css

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

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

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