#B41952

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

Shades of Jazzberry Jam #B41952

Tints of Jazzberry Jam #B41952

Color information

#B41952 (or 0xB41952) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 19 and 52. RGB value is (180,25,82). Sum of RGB (Red+Green+Blue) = 180+25+82=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B41952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41952 is #4BE6AD. Grayscale: #4D4D4D. Windows color (decimal): -4974254 or 5380532. OLE color: 5380532.

HSL color Cylindrical-coordinate representation of color #B41952: hue angle of 337.94º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41952 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1802582-
CMYK00.860.540.29
HSL337.94º75.61%40.2%-
HSV(B)337.94º86.11%70.59%-
XYZ20.6911.019.02-
YUV77.84130.35200.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=62.72%
G=8.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180258200.860.540.29337.9475.6140.2
HexB41952056361D1524c28
Octal264311220126663552211450
Binary1011010011001101001001010110110110111011010100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41952; }

 p { color: rgb(180,25,82); }

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

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

 a { background-color: rgb(180,25,82); }

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

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

 span { border-color: rgb(180,25,82); }

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