Html Css Color HEX #590F1C Bordeaux

📋 copy color: '#590F1C'

red 89 ◦ green 15 ◦ blue 28

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

Shades of Bordeaux #590F1C

Tints of Bordeaux #590F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 67.42%
G = 11.36%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#590F1C (or 0x590F1C) is known color: Bordeaux. HEX triplet: 59, 0F and 1C. RGB value is (89,15,28). Sum of RGB (Red+Green+Blue) = 89+15+28=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #590F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F1C is #A6F0E3. Grayscale: #262626. Windows color (decimal): -10940644 or 1838937. OLE color: 1838937.

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

Color convert

RGB 89 15 28 -
CMYK 0 0.83 0.69 0.65
HSL 349.46º 0.71% 0.2% -
HSV(B) 349.46º 0.83% 0.35% -
XYZ 4.5 2.55 1.35 -
YUV 38.61 122.02 163.94 -
System Red Green Blue C M Y K H S L
Decimal 89 15 28 0 0.83 0.69 0.65 349.46 0.71 0.2
Hex 59 F 1C 0 53 45 41 15D 47 14
Octal 131 17 34 0 123 105 101 535 107 24
Binary 1011001 1111 11100 0 1010011 1000101 1000001 101011101 1000111 10100

Color Harmonies of #590F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F1C

Black with #590F1C

Text Example


Text Example

White with #590F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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