Html Css Color HEX #59050C Bordeaux

📋 copy color: '#59050C'

red 89 ◦ green 5 ◦ blue 12

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

Shades of Bordeaux #59050C

Tints of Bordeaux #59050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 83.96%
G = 4.72%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59050C (or 0x59050C) is known color: Bordeaux. HEX triplet: 59, 05 and 0C. RGB value is (89,5,12). Sum of RGB (Red+Green+Blue) = 89+5+12=106 (14% of max value = 765). Red value is 89 (35.16% from 255 or 83.96% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 89 - color contains mainly: red. Hex color #59050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59050C is #A6FAF3. Grayscale: #1E1E1E. Windows color (decimal): -10943220 or 787801. OLE color: 787801.

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

Color convert

RGB 89 5 12 -
CMYK 0 0.94 0.87 0.65
HSL 355º 0.89% 0.18% -
HSV(B) 355º 0.94% 0.35% -
XYZ 4.24 2.26 0.56 -
YUV 30.91 117.33 169.43 -
System Red Green Blue C M Y K H S L
Decimal 89 5 12 0 0.94 0.87 0.65 355 0.89 0.18
Hex 59 5 C 0 5E 57 41 163 59 12
Octal 131 5 14 0 136 127 101 543 131 22
Binary 1011001 101 1100 0 1011110 1010111 1000001 101100011 1011001 10010

Color Harmonies of #59050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59050C

Black with #59050C

Text Example


Text Example

White with #59050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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