Html Css Color HEX #B41450 Jazzberry Jam

📋 copy color: '#B41450'

red 180 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #B41450

Tints of Jazzberry Jam #B41450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 64.29%
G = 7.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B41450 (or 0xB41450) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 50. RGB value is (180,20,80). Sum of RGB (Red+Green+Blue) = 180+20+80=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B41450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41450 is #4BEBAF. Grayscale: #4A4A4A. Windows color (decimal): -4975536 or 5248180. OLE color: 5248180.

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

Color convert

RGB 180 20 80 -
CMYK 0 0.89 0.56 0.29
HSL 337.5º 0.8% 0.39% -
HSV(B) 337.5º 0.89% 0.71% -
XYZ 20.52 10.78 8.59 -
YUV 74.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 180 20 80 0 0.89 0.56 0.29 337.5 0.8 0.39
Hex B4 14 50 0 59 38 1D 152 50 27
Octal 264 24 120 0 131 70 35 522 120 47
Binary 10110100 10100 1010000 0 1011001 111000 11101 101010010 1010000 100111

Color Harmonies of #B41450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41450

Black with #B41450

Text Example


Text Example

White with #B41450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41450; }

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

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

background-color css

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

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

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

border-color css

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

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

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