#591827

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

Shades of Bordeaux #591827

Tints of Bordeaux #591827

Color information

#591827 (or 0x591827) is unknown color: approx Bordeaux. HEX triplet: 59, 18 and 27. RGB value is (89,24,39). Sum of RGB (Red+Green+Blue) = 89+24+39=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #591827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591827 is #A6E7D8. Grayscale: #2D2D2D. Windows color (decimal): -10938329 or 2562137. OLE color: 2562137.

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

Color convert

RGB892439-
CMYK00.730.560.65
HSL346.15º57.52%22.16%-
HSV(B)346.15º73.03%34.9%-
XYZ4.812.922.23-
YUV45.14124.53159.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 58.55%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=58.55%
G=15.79%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89243900.730.560.65346.1557.5222.16
Hex591827049384115a3a16
Octal13130470111701015327226
Binary10110011100010011101001001111000100000110101101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591827; }

 p { color: rgb(89,24,39); }

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

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

 a { background-color: rgb(89,24,39); }

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

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

 span { border-color: rgb(89,24,39); }

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