Html Css Color HEX #B51E65 Jazzberry Jam

📋 copy color: '#B51E65'

red 181 ◦ green 30 ◦ blue 101

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

Shades of Jazzberry Jam #B51E65

Tints of Jazzberry Jam #B51E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 58.01%
G = 9.62%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B51E65 (or 0xB51E65) is known color: Jazzberry Jam. HEX triplet: B5, 1E and 65. RGB value is (181,30,101). Sum of RGB (Red+Green+Blue) = 181+30+101=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B51E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51E65 is #4AE19A. Grayscale: #535353. Windows color (decimal): -4907419 or 6626997. OLE color: 6626997.

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

Color convert

RGB 181 30 101 -
CMYK 0 0.83 0.44 0.29
HSL 331.79º 0.72% 0.41% -
HSV(B) 331.79º 0.83% 0.71% -
XYZ 21.87 11.69 13.42 -
YUV 83.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 181 30 101 0 0.83 0.44 0.29 331.79 0.72 0.41
Hex B5 1E 65 0 53 2C 1D 14C 48 29
Octal 265 36 145 0 123 54 35 514 110 51
Binary 10110101 11110 1100101 0 1010011 101100 11101 101001100 1001000 101001

Color Harmonies of #B51E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51E65

Black with #B51E65

Text Example


Text Example

White with #B51E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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