Html Css Color HEX #59102B Bordeaux

📋 copy color: '#59102B'

red 89 ◦ green 16 ◦ blue 43

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

Shades of Bordeaux #59102B

Tints of Bordeaux #59102B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

 BLUE value IS 43 (17.19% from 255) = 29.05%

R = 60.14%
G = 10.81%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#59102B (or 0x59102B) is known color: Bordeaux. HEX triplet: 59, 10 and 2B. RGB value is (89,16,43). Sum of RGB (Red+Green+Blue) = 89+16+43=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #59102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59102B is #A6EFD4. Grayscale: #282828. Windows color (decimal): -10940373 or 2822233. OLE color: 2822233.

HSL color Cylindrical-coordinate representation of color #59102B: hue angle of 337.81º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59102B is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 43 -
CMYK 0 0.82 0.52 0.65
HSL 337.81º 0.7% 0.21% -
HSV(B) 337.81º 0.82% 0.35% -
XYZ 4.74 2.67 2.55 -
YUV 40.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 89 16 43 0 0.82 0.52 0.65 337.81 0.7 0.21
Hex 59 10 2B 0 52 34 41 152 46 15
Octal 131 20 53 0 122 64 101 522 106 25
Binary 1011001 10000 101011 0 1010010 110100 1000001 101010010 1000110 10101

Color Harmonies of #59102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59102B

Black with #59102B

Text Example


Text Example

White with #59102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59102B; }

 p { color: rgb(89,16,43); }

 H1.HeaderClassName
 {
   color: #59102B;
 }
 .AnyTagClassName
 {
   color: #59102B;
 }
</style>

background-color css

<style>
 a { background-color: #59102B; }

 a { background-color: rgb(89,16,43); }

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

border-color css

<style>
 span { border-color: #59102B; }

 span { border-color: rgb(89,16,43); }

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