Html Css Color HEX #590423 Bordeaux

📋 copy color: '#590423'

red 89 ◦ green 4 ◦ blue 35

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

Shades of Bordeaux #590423

Tints of Bordeaux #590423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 69.53%
G = 3.13%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#590423 (or 0x590423) is known color: Bordeaux. HEX triplet: 59, 04 and 23. RGB value is (89,4,35). Sum of RGB (Red+Green+Blue) = 89+4+35=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #590423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590423 is #A6FBDC. Grayscale: #202020. Windows color (decimal): -10943453 or 2294873. OLE color: 2294873.

HSL color Cylindrical-coordinate representation of color #590423: hue angle of 338.12º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #590423 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 4 35 -
CMYK 0 0.96 0.61 0.65
HSL 338.12º 0.91% 0.18% -
HSV(B) 338.12º 0.96% 0.35% -
XYZ 4.47 2.33 1.8 -
YUV 32.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 89 4 35 0 0.96 0.61 0.65 338.12 0.91 0.18
Hex 59 4 23 0 60 3D 41 152 5B 12
Octal 131 4 43 0 140 75 101 522 133 22
Binary 1011001 100 100011 0 1100000 111101 1000001 101010010 1011011 10010

Color Harmonies of #590423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590423

Black with #590423

Text Example


Text Example

White with #590423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590423; }

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

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

background-color css

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

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

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

border-color css

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

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

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