Html Css Color HEX #590F27 Bordeaux

📋 copy color: '#590F27'

red 89 ◦ green 15 ◦ blue 39

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

Shades of Bordeaux #590F27

Tints of Bordeaux #590F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.49%

 BLUE value IS 39 (15.63% from 255) = 27.27%

R = 62.24%
G = 10.49%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#590F27 (or 0x590F27) is known color: Bordeaux. HEX triplet: 59, 0F and 27. RGB value is (89,15,39). Sum of RGB (Red+Green+Blue) = 89+15+39=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #590F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F27 is #A6F0D8. Grayscale: #272727. Windows color (decimal): -10940633 or 2559833. OLE color: 2559833.

HSL color Cylindrical-coordinate representation of color #590F27: hue angle of 340.54º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #590F27 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 15 39 -
CMYK 0 0.83 0.56 0.65
HSL 340.54º 0.71% 0.2% -
HSV(B) 340.54º 0.83% 0.35% -
XYZ 4.66 2.61 2.18 -
YUV 39.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 89 15 39 0 0.83 0.56 0.65 340.54 0.71 0.2
Hex 59 F 27 0 53 38 41 155 47 14
Octal 131 17 47 0 123 70 101 525 107 24
Binary 1011001 1111 100111 0 1010011 111000 1000001 101010101 1000111 10100

Color Harmonies of #590F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F27

Black with #590F27

Text Example


Text Example

White with #590F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590F27; }

 p { color: rgb(89,15,39); }

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

background-color css

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

 a { background-color: rgb(89,15,39); }

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

border-color css

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

 span { border-color: rgb(89,15,39); }

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