Html Css Color HEX #590F1D Bordeaux

📋 copy color: '#590F1D'

red 89 ◦ green 15 ◦ blue 29

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

Shades of Bordeaux #590F1D

Tints of Bordeaux #590F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.8%

R = 66.92%
G = 11.28%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#590F1D (or 0x590F1D) is known color: Bordeaux. HEX triplet: 59, 0F and 1D. RGB value is (89,15,29). Sum of RGB (Red+Green+Blue) = 89+15+29=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #590F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F1D is #A6F0E2. Grayscale: #262626. Windows color (decimal): -10940643 or 1904473. OLE color: 1904473.

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

Color convert

RGB 89 15 29 -
CMYK 0 0.83 0.67 0.65
HSL 348.65º 0.71% 0.2% -
HSV(B) 348.65º 0.83% 0.35% -
XYZ 4.51 2.55 1.42 -
YUV 38.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 89 15 29 0 0.83 0.67 0.65 348.65 0.71 0.2
Hex 59 F 1D 0 53 43 41 15D 47 14
Octal 131 17 35 0 123 103 101 535 107 24
Binary 1011001 1111 11101 0 1010011 1000011 1000001 101011101 1000111 10100

Color Harmonies of #590F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F1D

Black with #590F1D

Text Example


Text Example

White with #590F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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