#B61B64

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

Shades of Jazzberry Jam #B61B64

Tints of Jazzberry Jam #B61B64

Color information

#B61B64 (or 0xB61B64) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1B and 64. RGB value is (182,27,100). Sum of RGB (Red+Green+Blue) = 182+27+100=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61B64 is #49E49B. Grayscale: #515151. Windows color (decimal): -4842652 or 6560694. OLE color: 6560694.

HSL color Cylindrical-coordinate representation of color #B61B64: hue angle of 331.74º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B64 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18227100-
CMYK00.850.450.29
HSL331.74º74.16%40.98%-
HSV(B)331.74º85.16%71.37%-
XYZ21.9811.6513.15-
YUV81.67138.35199.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 27 (10.94% from 255) = 8.74%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=58.90%
G=8.74%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822710000.850.450.29331.7474.1640.98
HexB61B640552D1D14c4a29
Octal266331440125553551411251
Binary1011011011011110010001010101101101111011010011001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61B64; }

 p { color: rgb(182,27,100); }

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

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

 a { background-color: rgb(182,27,100); }

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

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

 span { border-color: rgb(182,27,100); }

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