#561135

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

Shades of Blackberry #561135

Tints of Blackberry #561135

Color information

#561135 (or 0x561135) is unknown color: approx Blackberry. HEX triplet: 56, 11 and 35. RGB value is (86,17,53). Sum of RGB (Red+Green+Blue) = 86+17+53=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #561135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561135 is #A9EECA. Grayscale: #292929. Windows color (decimal): -11136715 or 3477846. OLE color: 3477846.

HSL color Cylindrical-coordinate representation of color #561135: hue angle of 328.7º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561135 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.66.

Color convert

RGB861753-
CMYK00.800.380.66
HSL328.7º66.99%20.2%-
HSV(B)328.7º80.23%33.73%-
XYZ4.682.643.63-
YUV41.74134.36159.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=55.13%
G=10.90%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86175300.800.380.66328.766.9920.2
Hex56113505026421494314
Octal126216501204610251110324
Binary101011010001110101010100001001101000010101001001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561135; }

 p { color: rgb(86,17,53); }

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

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

 a { background-color: rgb(86,17,53); }

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

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

 span { border-color: rgb(86,17,53); }

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