#590923

Color #590923 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #590923

Tints of Bordeaux #590923

Color information

#590923 (or 0x590923) is unknown color: approx 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

RGB89935-
CMYK00.900.610.65
HSL340.5º81.63%19.22%-
HSV(B)340.5º89.89%34.9%-
XYZ4.522.441.82-
YUV35.88127.5165.89-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8993500.900.610.65340.581.6319.22
Hex5992305A3D411545213
Octal131114301327510152412223
Binary10110011001100011010110101111011000001101010100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #590923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>