#561537

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

Shades of Blackberry #561537

Tints of Blackberry #561537

Color information

#561537 (or 0x561537) is unknown color: approx Blackberry. HEX triplet: 56, 15 and 37. RGB value is (86,21,55). Sum of RGB (Red+Green+Blue) = 86+21+55=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #561537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561537 is #A9EAC8. Grayscale: #2C2C2C. Windows color (decimal): -11135689 or 3609942. OLE color: 3609942.

HSL color Cylindrical-coordinate representation of color #561537: hue angle of 328.62º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561537 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB862155-
CMYK00.760.360.66
HSL328.62º60.75%20.98%-
HSV(B)328.62º75.58%33.73%-
XYZ4.82.793.9-
YUV44.31134.03157.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.09%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 55 (21.88% from 255) = 33.95%
R=53.09%
G=12.96%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86215500.760.360.66328.6260.7520.98
Hex56153704C24421493d15
Octal12625670114441025117525
Binary10101101010111011101001100100100100001010100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561537; }

 p { color: rgb(86,21,55); }

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

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

 a { background-color: rgb(86,21,55); }

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

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

 span { border-color: rgb(86,21,55); }

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