Html Css Color HEX #590C1F Bordeaux

📋 copy color: '#590C1F'

red 89 ◦ green 12 ◦ blue 31

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

Shades of Bordeaux #590C1F

Tints of Bordeaux #590C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.09%

 BLUE value IS 31 (12.5% from 255) = 23.48%

R = 67.42%
G = 9.09%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#590C1F (or 0x590C1F) is known color: Bordeaux. HEX triplet: 59, 0C and 1F. RGB value is (89,12,31). Sum of RGB (Red+Green+Blue) = 89+12+31=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #590C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C1F is #A6F3E0. Grayscale: #252525. Windows color (decimal): -10941409 or 2034777. OLE color: 2034777.

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

Color convert

RGB 89 12 31 -
CMYK 0 0.87 0.65 0.65
HSL 345.19º 0.76% 0.2% -
HSV(B) 345.19º 0.87% 0.35% -
XYZ 4.5 2.49 1.54 -
YUV 37.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 89 12 31 0 0.87 0.65 0.65 345.19 0.76 0.2
Hex 59 C 1F 0 57 41 41 159 4C 14
Octal 131 14 37 0 127 101 101 531 114 24
Binary 1011001 1100 11111 0 1010111 1000001 1000001 101011001 1001100 10100

Color Harmonies of #590C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C1F

Black with #590C1F

Text Example


Text Example

White with #590C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,12,31); }

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

background-color css

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

 a { background-color: rgb(89,12,31); }

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

border-color css

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

 span { border-color: rgb(89,12,31); }

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