Html Css Color HEX #590D28 Bordeaux

📋 copy color: '#590D28'

red 89 ◦ green 13 ◦ blue 40

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

Shades of Bordeaux #590D28

Tints of Bordeaux #590D28

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.15%

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

R = 62.68%
G = 9.15%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#590D28 (or 0x590D28) is known color: Bordeaux. HEX triplet: 59, 0D and 28. RGB value is (89,13,40). Sum of RGB (Red+Green+Blue) = 89+13+40=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #590D28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590D28 is #A6F2D7. Grayscale: #262626. Windows color (decimal): -10941144 or 2624857. OLE color: 2624857.

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

Color convert

RGB 89 13 40 -
CMYK 0 0.85 0.55 0.65
HSL 338.68º 0.75% 0.2% -
HSV(B) 338.68º 0.85% 0.35% -
XYZ 4.65 2.56 2.26 -
YUV 38.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 89 13 40 0 0.85 0.55 0.65 338.68 0.75 0.2
Hex 59 D 28 0 55 37 41 153 4B 14
Octal 131 15 50 0 125 67 101 523 113 24
Binary 1011001 1101 101000 0 1010101 110111 1000001 101010011 1001011 10100

Color Harmonies of #590D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590D28

Black with #590D28

Text Example


Text Example

White with #590D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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