Html Css Color HEX #B50A52 Jazzberry Jam

📋 copy color: '#B50A52'

red 181 ◦ green 10 ◦ blue 82

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

Shades of Jazzberry Jam #B50A52

Tints of Jazzberry Jam #B50A52

RGB

 RED value IS 181 (71.09% from 255) = 66.3%

 GREEN value IS 10 (4.3% from 255) = 3.66%

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

R = 66.3%
G = 3.66%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B50A52 (or 0xB50A52) is known color: Jazzberry Jam. HEX triplet: B5, 0A and 52. RGB value is (181,10,82). Sum of RGB (Red+Green+Blue) = 181+10+82=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50A52 is #4AF5AD. Grayscale: #454545. Windows color (decimal): -4912558 or 5376693. OLE color: 5376693.

HSL color Cylindrical-coordinate representation of color #B50A52: hue angle of 334.74º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50A52 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 10 82 -
CMYK 0 0.94 0.55 0.29
HSL 334.74º 0.9% 0.37% -
HSV(B) 334.74º 0.94% 0.71% -
XYZ 20.69 10.65 8.95 -
YUV 69.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 181 10 82 0 0.94 0.55 0.29 334.74 0.9 0.37
Hex B5 A 52 0 5E 37 1D 14F 5A 25
Octal 265 12 122 0 136 67 35 517 132 45
Binary 10110101 1010 1010010 0 1011110 110111 11101 101001111 1011010 100101

Color Harmonies of #B50A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50A52

Black with #B50A52

Text Example


Text Example

White with #B50A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50A52; }

 p { color: rgb(181,10,82); }

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

background-color css

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

 a { background-color: rgb(181,10,82); }

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

border-color css

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

 span { border-color: rgb(181,10,82); }

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