Html Css Color HEX #B41752 Jazzberry Jam

📋 copy color: '#B41752'

red 180 ◦ green 23 ◦ blue 82

#B41752
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B41752

Tints of Jazzberry Jam #B41752

RGB

 RED value IS 180 (70.7% from 255) = 63.16%

 GREEN value IS 23 (9.38% from 255) = 8.07%

 BLUE value IS 82 (32.42% from 255) = 28.77%

R = 63.16%
G = 8.07%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B41752 (or 0xB41752) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 52. RGB value is (180,23,82). Sum of RGB (Red+Green+Blue) = 180+23+82=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B41752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41752 is #4BE8AD. Grayscale: #4C4C4C. Windows color (decimal): -4974766 or 5380020. OLE color: 5380020.

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

Color convert

RGB 180 23 82 -
CMYK 0 0.87 0.54 0.29
HSL 337.45º 0.77% 0.4% -
HSV(B) 337.45º 0.87% 0.71% -
XYZ 20.65 10.93 9 -
YUV 76.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 180 23 82 0 0.87 0.54 0.29 337.45 0.77 0.4
Hex B4 17 52 0 57 36 1D 151 4D 28
Octal 264 27 122 0 127 66 35 521 115 50
Binary 10110100 10111 1010010 0 1010111 110110 11101 101010001 1001101 101000

Color Harmonies of #B41752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41752

Black with #B41752

Text Example


Text Example

White with #B41752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41752; }

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

 H1.HeaderClassName
 {
   color: #B41752;
 }
 .AnyTagClassName
 {
   color: #B41752;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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