Html Css Color HEX #B41760 Jazzberry Jam

📋 copy color: '#B41760'

red 180 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #B41760

Tints of Jazzberry Jam #B41760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 60.2%
G = 7.69%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B41760 (or 0xB41760) is known color: Jazzberry Jam. HEX triplet: B4, 17 and 60. RGB value is (180,23,96). Sum of RGB (Red+Green+Blue) = 180+23+96=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B41760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41760 is #4BE89F. Grayscale: #4E4E4E. Windows color (decimal): -4974752 or 6297524. OLE color: 6297524.

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

Color convert

RGB 180 23 96 -
CMYK 0 0.87 0.47 0.29
HSL 332.1º 0.77% 0.4% -
HSV(B) 332.1º 0.87% 0.71% -
XYZ 21.24 11.16 12.1 -
YUV 78.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 180 23 96 0 0.87 0.47 0.29 332.1 0.77 0.4
Hex B4 17 60 0 57 2F 1D 14C 4D 28
Octal 264 27 140 0 127 57 35 514 115 50
Binary 10110100 10111 1100000 0 1010111 101111 11101 101001100 1001101 101000

Color Harmonies of #B41760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41760

Black with #B41760

Text Example


Text Example

White with #B41760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41760; }

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

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

background-color css

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

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

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

border-color css

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

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

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