Html Css Color HEX #B41456 Jazzberry Jam

📋 copy color: '#B41456'

red 180 ◦ green 20 ◦ blue 86

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

Shades of Jazzberry Jam #B41456

Tints of Jazzberry Jam #B41456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 62.94%
G = 6.99%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B41456 (or 0xB41456) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 56. RGB value is (180,20,86). Sum of RGB (Red+Green+Blue) = 180+20+86=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B41456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41456 is #4BEBA9. Grayscale: #4B4B4B. Windows color (decimal): -4975530 or 5641396. OLE color: 5641396.

HSL color Cylindrical-coordinate representation of color #B41456: hue angle of 335.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41456 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 86 -
CMYK 0 0.89 0.52 0.29
HSL 335.25º 0.8% 0.39% -
HSV(B) 335.25º 0.89% 0.71% -
XYZ 20.75 10.88 9.81 -
YUV 75.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 180 20 86 0 0.89 0.52 0.29 335.25 0.8 0.39
Hex B4 14 56 0 59 34 1D 14F 50 27
Octal 264 24 126 0 131 64 35 517 120 47
Binary 10110100 10100 1010110 0 1011001 110100 11101 101001111 1010000 100111

Color Harmonies of #B41456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41456

Black with #B41456

Text Example


Text Example

White with #B41456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41456; }

 p { color: rgb(180,20,86); }

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

background-color css

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

 a { background-color: rgb(180,20,86); }

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

border-color css

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

 span { border-color: rgb(180,20,86); }

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