#B61D6C

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

Shades of Jazzberry Jam #B61D6C

Tints of Jazzberry Jam #B61D6C

Color information

#B61D6C (or 0xB61D6C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1D and 6C. RGB value is (182,29,108). Sum of RGB (Red+Green+Blue) = 182+29+108=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61D6C is #49E293. Grayscale: #535353. Windows color (decimal): -4842132 or 7085494. OLE color: 7085494.

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

Color convert

RGB18229108-
CMYK00.840.410.29
HSL329.02º72.51%41.37%-
HSV(B)329.02º84.07%71.37%-
XYZ22.4411.9115.3-
YUV83.75141.69198.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 29 (11.72% from 255) = 9.09%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=57.05%
G=9.09%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822910800.840.410.29329.0272.5141.37
HexB61D6C054291D1494929
Octal266351540124513551111151
Binary1011011011101110110001010100101001111011010010011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D6C; }

 p { color: rgb(182,29,108); }

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

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

 a { background-color: rgb(182,29,108); }

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

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

 span { border-color: rgb(182,29,108); }

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