Html Css Color HEX #B51E64 Jazzberry Jam

📋 copy color: '#B51E64'

red 181 ◦ green 30 ◦ blue 100

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

Shades of Jazzberry Jam #B51E64

Tints of Jazzberry Jam #B51E64

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.65%

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 58.2%
G = 9.65%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B51E64 (or 0xB51E64) is known color: Jazzberry Jam. HEX triplet: B5, 1E and 64. RGB value is (181,30,100). Sum of RGB (Red+Green+Blue) = 181+30+100=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E64 is #4AE19B. Grayscale: #535353. Windows color (decimal): -4907420 or 6561461. OLE color: 6561461.

HSL color Cylindrical-coordinate representation of color #B51E64: hue angle of 332.19º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51E64 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 30 100 -
CMYK 0 0.83 0.45 0.29
HSL 332.19º 0.72% 0.41% -
HSV(B) 332.19º 0.83% 0.71% -
XYZ 21.82 11.67 13.16 -
YUV 83.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 181 30 100 0 0.83 0.45 0.29 332.19 0.72 0.41
Hex B5 1E 64 0 53 2D 1D 14C 48 29
Octal 265 36 144 0 123 55 35 514 110 51
Binary 10110101 11110 1100100 0 1010011 101101 11101 101001100 1001000 101001

Color Harmonies of #B51E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E64

Black with #B51E64

Text Example


Text Example

White with #B51E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E64; }

 p { color: rgb(181,30,100); }

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

background-color css

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

 a { background-color: rgb(181,30,100); }

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

border-color css

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

 span { border-color: rgb(181,30,100); }

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