#591423

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

Shades of Bordeaux #591423

Tints of Bordeaux #591423

Color information

#591423 (or 0x591423) is unknown color: approx Bordeaux. HEX triplet: 59, 14 and 23. RGB value is (89,20,35). Sum of RGB (Red+Green+Blue) = 89+20+35=144 (19% of max value = 765). Red value is 89 (35.16% from 255 or 61.81% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 89 - color contains mainly: red. Hex color #591423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591423 is #A6EBDC. Grayscale: #2A2A2A. Windows color (decimal): -10939357 or 2298969. OLE color: 2298969.

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

Color convert

RGB892035-
CMYK00.780.610.65
HSL346.96º63.3%21.37%-
HSV(B)346.96º77.53%34.9%-
XYZ4.672.751.87-
YUV42.34123.86161.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 61.81%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=61.81%
G=13.89%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89203500.780.610.65346.9663.321.37
Hex59142304E3D4115b3f15
Octal13124430116751015337725
Binary10110011010010001101001110111101100000110101101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591423; }

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

 H1.HeaderClassName
 {
   color: #591423;
 }
 .AnyTagClassName
 {
   color: #591423;
 }
</style>
background-color css

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

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

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

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

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

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