Html Css Color HEX #59020D Bordeaux

📋 copy color: '#59020D'

red 89 ◦ green 2 ◦ blue 13

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

Shades of Bordeaux #59020D

Tints of Bordeaux #59020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 85.58%
G = 1.92%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59020D (or 0x59020D) is known color: Bordeaux. HEX triplet: 59, 02 and 0D. RGB value is (89,2,13). Sum of RGB (Red+Green+Blue) = 89+2+13=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #59020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59020D is #A6FDF2. Grayscale: #1D1D1D. Windows color (decimal): -10943987 or 852569. OLE color: 852569.

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

Color convert

RGB 89 2 13 -
CMYK 0 0.98 0.85 0.65
HSL 352.41º 0.96% 0.18% -
HSV(B) 352.41º 0.98% 0.35% -
XYZ 4.21 2.2 0.58 -
YUV 29.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 89 2 13 0 0.98 0.85 0.65 352.41 0.96 0.18
Hex 59 2 D 0 62 55 41 160 60 12
Octal 131 2 15 0 142 125 101 540 140 22
Binary 1011001 10 1101 0 1100010 1010101 1000001 101100000 1100000 10010

Color Harmonies of #59020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59020D

Black with #59020D

Text Example


Text Example

White with #59020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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