Html Css Color HEX #590F28 Bordeaux

📋 copy color: '#590F28'

red 89 ◦ green 15 ◦ blue 40

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

Shades of Bordeaux #590F28

Tints of Bordeaux #590F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 61.81%
G = 10.42%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#590F28 (or 0x590F28) is known color: Bordeaux. HEX triplet: 59, 0F and 28. RGB value is (89,15,40). Sum of RGB (Red+Green+Blue) = 89+15+40=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #590F28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F28 is #A6F0D7. Grayscale: #272727. Windows color (decimal): -10940632 or 2625369. OLE color: 2625369.

HSL color Cylindrical-coordinate representation of color #590F28: hue angle of 339.73º 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 #590F28 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 15 40 -
CMYK 0 0.83 0.55 0.65
HSL 339.73º 0.71% 0.2% -
HSV(B) 339.73º 0.83% 0.35% -
XYZ 4.67 2.62 2.27 -
YUV 39.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 89 15 40 0 0.83 0.55 0.65 339.73 0.71 0.2
Hex 59 F 28 0 53 37 41 154 47 14
Octal 131 17 50 0 123 67 101 524 107 24
Binary 1011001 1111 101000 0 1010011 110111 1000001 101010100 1000111 10100

Color Harmonies of #590F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F28

Black with #590F28

Text Example


Text Example

White with #590F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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