#561C3A

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

Shades of Blackberry #561C3A

Tints of Blackberry #561C3A

Color information

#561C3A (or 0x561C3A) is unknown color: approx Blackberry. HEX triplet: 56, 1C and 3A. RGB value is (86,28,58). Sum of RGB (Red+Green+Blue) = 86+28+58=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C3A is #A9E3C5. Grayscale: #303030. Windows color (decimal): -11133894 or 3808342. OLE color: 3808342.

HSL color Cylindrical-coordinate representation of color #561C3A: hue angle of 328.97º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C3A is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB862858-
CMYK00.670.330.66
HSL328.97º50.88%22.35%-
HSV(B)328.97º67.44%33.73%-
XYZ5.023.114.34-
YUV48.76133.22154.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=50%
G=16.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86285800.670.330.66328.9750.8822.35
Hex561C3A04321421493316
Octal12634720103411025116326
Binary10101101110011101001000011100001100001010100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561C3A; }

 p { color: rgb(86,28,58); }

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

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

 a { background-color: rgb(86,28,58); }

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

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

 span { border-color: rgb(86,28,58); }

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