#B62161

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

Shades of Jazzberry Jam #B62161

Tints of Jazzberry Jam #B62161

Color information

#B62161 (or 0xB62161) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 21 and 61. RGB value is (182,33,97). Sum of RGB (Red+Green+Blue) = 182+33+97=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B62161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62161 is #49DE9E. Grayscale: #545454. Windows color (decimal): -4841119 or 6365622. OLE color: 6365622.

HSL color Cylindrical-coordinate representation of color #B62161: hue angle of 334.23º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62161 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1823397-
CMYK00.820.470.29
HSL334.23º69.3%42.16%-
HSV(B)334.23º81.87%71.37%-
XYZ21.9911.912.45-
YUV84.85134.86197.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.33%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=58.33%
G=10.58%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182339700.820.470.29334.2369.342.16
HexB621610522F1D14e452a
Octal266411410122573551610552
Binary10110110100001110000101010010101111111011010011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62161; }

 p { color: rgb(182,33,97); }

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

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

 a { background-color: rgb(182,33,97); }

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

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

 span { border-color: rgb(182,33,97); }

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