Html Css Color HEX #59010C Bordeaux

📋 copy color: '#59010C'

red 89 ◦ green 1 ◦ blue 12

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

Shades of Bordeaux #59010C

Tints of Bordeaux #59010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.98%

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

R = 87.25%
G = 0.98%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#59010C (or 0x59010C) is known color: Bordeaux. HEX triplet: 59, 01 and 0C. RGB value is (89,1,12). Sum of RGB (Red+Green+Blue) = 89+1+12=102 (13% of max value = 765). Red value is 89 (35.16% from 255 or 87.25% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 89 - color contains mainly: red. Hex color #59010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59010C is #A6FEF3. Grayscale: #1C1C1C. Windows color (decimal): -10944244 or 786777. OLE color: 786777.

HSL color Cylindrical-coordinate representation of color #59010C: hue angle of 352.5º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59010C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 12 -
CMYK 0 0.99 0.87 0.65
HSL 352.5º 0.98% 0.18% -
HSV(B) 352.5º 0.99% 0.35% -
XYZ 4.2 2.17 0.55 -
YUV 28.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 89 1 12 0 0.99 0.87 0.65 352.5 0.98 0.18
Hex 59 1 C 0 63 57 41 160 62 12
Octal 131 1 14 0 143 127 101 540 142 22
Binary 1011001 1 1100 0 1100011 1010111 1000001 101100000 1100010 10010

Color Harmonies of #59010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59010C

Black with #59010C

Text Example


Text Example

White with #59010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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