Html Css Color HEX #590118 Bordeaux

📋 copy color: '#590118'

red 89 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #590118

Tints of Bordeaux #590118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 24 (9.77% from 255) = 21.05%

R = 78.07%
G = 0.88%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#590118 (or 0x590118) is known color: Bordeaux. HEX triplet: 59, 01 and 18. RGB value is (89,1,24). Sum of RGB (Red+Green+Blue) = 89+1+24=114 (15% of max value = 765). Red value is 89 (35.16% from 255 or 78.07% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 89 - color contains mainly: red. Hex color #590118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590118 is #A6FEE7. Grayscale: #1D1D1D. Windows color (decimal): -10944232 or 1573209. OLE color: 1573209.

HSL color Cylindrical-coordinate representation of color #590118: hue angle of 344.32º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590118 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 1 24 -
CMYK 0 0.99 0.73 0.65
HSL 344.32º 0.98% 0.18% -
HSV(B) 344.32º 0.99% 0.35% -
XYZ 4.3 2.21 1.06 -
YUV 29.93 124.65 170.13 -
System Red Green Blue C M Y K H S L
Decimal 89 1 24 0 0.99 0.73 0.65 344.32 0.98 0.18
Hex 59 1 18 0 63 49 41 158 62 12
Octal 131 1 30 0 143 111 101 530 142 22
Binary 1011001 1 11000 0 1100011 1001001 1000001 101011000 1100010 10010

Color Harmonies of #590118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590118

Black with #590118

Text Example


Text Example

White with #590118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590118; }

 p { color: rgb(89,1,24); }

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

background-color css

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

 a { background-color: rgb(89,1,24); }

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

border-color css

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

 span { border-color: rgb(89,1,24); }

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