Html Css Color HEX #590C1E Bordeaux

📋 copy color: '#590C1E'

red 89 ◦ green 12 ◦ blue 30

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

Shades of Bordeaux #590C1E

Tints of Bordeaux #590C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 67.94%
G = 9.16%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#590C1E (or 0x590C1E) is known color: Bordeaux. HEX triplet: 59, 0C and 1E. RGB value is (89,12,30). Sum of RGB (Red+Green+Blue) = 89+12+30=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #590C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C1E is #A6F3E1. Grayscale: #252525. Windows color (decimal): -10941410 or 1969241. OLE color: 1969241.

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

Color convert

RGB 89 12 30 -
CMYK 0 0.87 0.66 0.65
HSL 345.97º 0.76% 0.2% -
HSV(B) 345.97º 0.87% 0.35% -
XYZ 4.49 2.48 1.47 -
YUV 37.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 89 12 30 0 0.87 0.66 0.65 345.97 0.76 0.2
Hex 59 C 1E 0 57 42 41 15A 4C 14
Octal 131 14 36 0 127 102 101 532 114 24
Binary 1011001 1100 11110 0 1010111 1000010 1000001 101011010 1001100 10100

Color Harmonies of #590C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C1E

Black with #590C1E

Text Example


Text Example

White with #590C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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