Html Css Color HEX #590F24 Bordeaux

📋 copy color: '#590F24'

red 89 ◦ green 15 ◦ blue 36

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

Shades of Bordeaux #590F24

Tints of Bordeaux #590F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 63.57%
G = 10.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#590F24 (or 0x590F24) is known color: Bordeaux. HEX triplet: 59, 0F and 24. RGB value is (89,15,36). Sum of RGB (Red+Green+Blue) = 89+15+36=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #590F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590F24 is #A6F0DB. Grayscale: #272727. Windows color (decimal): -10940636 or 2363225. OLE color: 2363225.

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

Color convert

RGB 89 15 36 -
CMYK 0 0.83 0.60 0.65
HSL 342.97º 0.71% 0.2% -
HSV(B) 342.97º 0.83% 0.35% -
XYZ 4.61 2.59 1.93 -
YUV 39.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 89 15 36 0 0.83 0.60 0.65 342.97 0.71 0.2
Hex 59 F 24 0 53 3C 41 157 47 14
Octal 131 17 44 0 123 74 101 527 107 24
Binary 1011001 1111 100100 0 1010011 111100 1000001 101010111 1000111 10100

Color Harmonies of #590F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590F24

Black with #590F24

Text Example


Text Example

White with #590F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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