Html Css Color HEX #590C26 Bordeaux

📋 copy color: '#590C26'

red 89 ◦ green 12 ◦ blue 38

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

Shades of Bordeaux #590C26

Tints of Bordeaux #590C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 64.03%
G = 8.63%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#590C26 (or 0x590C26) is known color: Bordeaux. HEX triplet: 59, 0C and 26. RGB value is (89,12,38). Sum of RGB (Red+Green+Blue) = 89+12+38=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #590C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C26 is #A6F3D9. Grayscale: #252525. Windows color (decimal): -10941402 or 2493529. OLE color: 2493529.

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

Color convert

RGB 89 12 38 -
CMYK 0 0.87 0.57 0.65
HSL 339.74º 0.76% 0.2% -
HSV(B) 339.74º 0.87% 0.35% -
XYZ 4.6 2.53 2.08 -
YUV 37.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 89 12 38 0 0.87 0.57 0.65 339.74 0.76 0.2
Hex 59 C 26 0 57 39 41 154 4C 14
Octal 131 14 46 0 127 71 101 524 114 24
Binary 1011001 1100 100110 0 1010111 111001 1000001 101010100 1001100 10100

Color Harmonies of #590C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590C26

Black with #590C26

Text Example


Text Example

White with #590C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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