Html Css Color HEX #59021A Bordeaux

📋 copy color: '#59021A'

red 89 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #59021A

Tints of Bordeaux #59021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.22%

R = 76.07%
G = 1.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59021A (or 0x59021A) is known color: Bordeaux. HEX triplet: 59, 02 and 1A. RGB value is (89,2,26). Sum of RGB (Red+Green+Blue) = 89+2+26=117 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.07% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 89 - color contains mainly: red. Hex color #59021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59021A is #A6FDE5. Grayscale: #1E1E1E. Windows color (decimal): -10943974 or 1704537. OLE color: 1704537.

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

Color convert

RGB 89 2 26 -
CMYK 0 0.98 0.71 0.65
HSL 343.45º 0.96% 0.18% -
HSV(B) 343.45º 0.98% 0.35% -
XYZ 4.33 2.24 1.18 -
YUV 30.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 89 2 26 0 0.98 0.71 0.65 343.45 0.96 0.18
Hex 59 2 1A 0 62 47 41 157 60 12
Octal 131 2 32 0 142 107 101 527 140 22
Binary 1011001 10 11010 0 1100010 1000111 1000001 101010111 1100000 10010

Color Harmonies of #59021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59021A

Black with #59021A

Text Example


Text Example

White with #59021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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