Html Css Color HEX #59021C Bordeaux

📋 copy color: '#59021C'

red 89 ◦ green 2 ◦ blue 28

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

Shades of Bordeaux #59021C

Tints of Bordeaux #59021C

RGB

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

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

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

R = 74.79%
G = 1.68%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#59021C (or 0x59021C) is known color: Bordeaux. HEX triplet: 59, 02 and 1C. RGB value is (89,2,28). Sum of RGB (Red+Green+Blue) = 89+2+28=119 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.79% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 89 - color contains mainly: red. Hex color #59021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59021C is #A6FDE3. Grayscale: #1E1E1E. Windows color (decimal): -10943972 or 1835609. OLE color: 1835609.

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

Color convert

RGB 89 2 28 -
CMYK 0 0.98 0.69 0.65
HSL 342.07º 0.96% 0.18% -
HSV(B) 342.07º 0.98% 0.35% -
XYZ 4.35 2.25 1.3 -
YUV 30.98 126.32 169.39 -
System Red Green Blue C M Y K H S L
Decimal 89 2 28 0 0.98 0.69 0.65 342.07 0.96 0.18
Hex 59 2 1C 0 62 45 41 156 60 12
Octal 131 2 34 0 142 105 101 526 140 22
Binary 1011001 10 11100 0 1100010 1000101 1000001 101010110 1100000 10010

Color Harmonies of #59021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59021C

Black with #59021C

Text Example


Text Example

White with #59021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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