Html Css Color HEX #59020A Bordeaux

📋 copy color: '#59020A'

red 89 ◦ green 2 ◦ blue 10

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

Shades of Bordeaux #59020A

Tints of Bordeaux #59020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 88.12%
G = 1.98%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59020A (or 0x59020A) is known color: Bordeaux. HEX triplet: 59, 02 and 0A. RGB value is (89,2,10). Sum of RGB (Red+Green+Blue) = 89+2+10=101 (13% of max value = 765). Red value is 89 (35.16% from 255 or 88.12% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 89 - color contains mainly: red. Hex color #59020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020A is #A6FDF5. Grayscale: #1C1C1C. Windows color (decimal): -10943990 or 655961. OLE color: 655961.

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

Color convert

RGB 89 2 10 -
CMYK 0 0.98 0.89 0.65
HSL 354.48º 0.96% 0.18% -
HSV(B) 354.48º 0.98% 0.35% -
XYZ 4.2 2.19 0.49 -
YUV 28.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 89 2 10 0 0.98 0.89 0.65 354.48 0.96 0.18
Hex 59 2 A 0 62 59 41 162 60 12
Octal 131 2 12 0 142 131 101 542 140 22
Binary 1011001 10 1010 0 1100010 1011001 1000001 101100010 1100000 10010

Color Harmonies of #59020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59020A

Black with #59020A

Text Example


Text Example

White with #59020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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