#B61D6E

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

Shades of Jazzberry Jam #B61D6E

Tints of Jazzberry Jam #B61D6E

Color information

#B61D6E (or 0xB61D6E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 1D and 6E. RGB value is (182,29,110). Sum of RGB (Red+Green+Blue) = 182+29+110=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61D6E is #49E291. Grayscale: #535353. Windows color (decimal): -4842130 or 7216566. OLE color: 7216566.

HSL color Cylindrical-coordinate representation of color #B61D6E: hue angle of 328.24º 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 #B61D6E is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18229110-
CMYK00.840.400.29
HSL328.24º72.51%41.37%-
HSV(B)328.24º84.07%71.37%-
XYZ22.5511.9515.87-
YUV83.98142.69197.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 29 (11.72% from 255) = 9.03%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=56.70%
G=9.03%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822911000.840.400.29328.2472.5141.37
HexB61D6E054281D1484929
Octal266351560124503551011151
Binary1011011011101110111001010100101000111011010010001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61D6E; }

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

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

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

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

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

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

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

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