Html Css Color HEX #590923 Bordeaux

📋 copy color: '#590923'

red 89 ◦ green 9 ◦ blue 35

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

Shades of Bordeaux #590923

Tints of Bordeaux #590923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.77%

 BLUE value IS 35 (14.06% from 255) = 26.32%

R = 66.92%
G = 6.77%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#590923 (or 0x590923) is known color: Bordeaux. HEX triplet: 59, 09 and 23. RGB value is (89,9,35). Sum of RGB (Red+Green+Blue) = 89+9+35=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #590923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590923 is #A6F6DC. Grayscale: #232323. Windows color (decimal): -10942173 or 2296153. OLE color: 2296153.

HSL color Cylindrical-coordinate representation of color #590923: hue angle of 340.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590923 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 35 -
CMYK 0 0.90 0.61 0.65
HSL 340.5º 0.82% 0.19% -
HSV(B) 340.5º 0.9% 0.35% -
XYZ 4.52 2.44 1.82 -
YUV 35.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 89 9 35 0 0.90 0.61 0.65 340.5 0.82 0.19
Hex 59 9 23 0 5A 3D 41 154 52 13
Octal 131 11 43 0 132 75 101 524 122 23
Binary 1011001 1001 100011 0 1011010 111101 1000001 101010100 1010010 10011

Color Harmonies of #590923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590923

Black with #590923

Text Example


Text Example

White with #590923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590923; }

 p { color: rgb(89,9,35); }

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

background-color css

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

 a { background-color: rgb(89,9,35); }

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

border-color css

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

 span { border-color: rgb(89,9,35); }

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