#591534

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

Shades of Blackberry #591534

Tints of Blackberry #591534

Color information

#591534 (or 0x591534) is unknown color: approx Blackberry. HEX triplet: 59, 15 and 34. RGB value is (89,21,52). Sum of RGB (Red+Green+Blue) = 89+21+52=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #591534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591534 is #A6EACB. Grayscale: #2C2C2C. Windows color (decimal): -10939084 or 3413337. OLE color: 3413337.

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

Color convert

RGB892152-
CMYK00.760.420.65
HSL332.65º61.82%21.57%-
HSV(B)332.65º76.4%34.9%-
XYZ5.012.913.55-
YUV44.87132.03159.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 52 (20.70% from 255) = 32.10%
R=54.94%
G=12.96%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89215200.760.420.65332.6561.8221.57
Hex59153404C2A4114d3e16
Octal13125640114521015157626
Binary10110011010111010001001100101010100000110100110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591534; }

 p { color: rgb(89,21,52); }

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

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

 a { background-color: rgb(89,21,52); }

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

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

 span { border-color: rgb(89,21,52); }

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