#B61052

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

Shades of Jazzberry Jam #B61052

Tints of Jazzberry Jam #B61052

Color information

#B61052 (or 0xB61052) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 10 and 52. RGB value is (182,16,82). Sum of RGB (Red+Green+Blue) = 182+16+82=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B61052 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61052 is #49EFAD. Grayscale: #494949. Windows color (decimal): -4845486 or 5378230. OLE color: 5378230.

HSL color Cylindrical-coordinate representation of color #B61052: hue angle of 336.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61052 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB1821682-
CMYK00.910.550.29
HSL336.14º83.84%38.82%-
HSV(B)336.14º91.21%71.37%-
XYZ2110.928.98-
YUV73.16133205.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 82 (32.42% from 255) = 29.29%
R=65%
G=5.71%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182168200.910.550.29336.1483.8438.82
HexB6105205B371D1505427
Octal266201220133673552012447
Binary1011011010000101001001011011110111111011010100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61052; }

 p { color: rgb(182,16,82); }

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

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

 a { background-color: rgb(182,16,82); }

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

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

 span { border-color: rgb(182,16,82); }

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