#591625

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

Shades of Bordeaux #591625

Tints of Bordeaux #591625

Color information

#591625 (or 0x591625) is unknown color: approx Bordeaux. HEX triplet: 59, 16 and 25. RGB value is (89,22,37). Sum of RGB (Red+Green+Blue) = 89+22+37=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #591625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591625 is #A6E9DA. Grayscale: #2B2B2B. Windows color (decimal): -10938843 or 2430553. OLE color: 2430553.

HSL color Cylindrical-coordinate representation of color #591625: hue angle of 346.57º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591625 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB892237-
CMYK00.750.580.65
HSL346.57º60.36%21.76%-
HSV(B)346.57º75.28%34.9%-
XYZ4.742.832.05-
YUV43.74124.2160.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 37 (14.84% from 255) = 25%
R=60.14%
G=14.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89223700.750.580.65346.5760.3621.76
Hex59162504B3A4115b3c16
Octal13126450113721015337426
Binary10110011011010010101001011111010100000110101101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591625; }

 p { color: rgb(89,22,37); }

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

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

 a { background-color: rgb(89,22,37); }

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

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

 span { border-color: rgb(89,22,37); }

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