Html Css Color HEX #B51B57 Jazzberry Jam

📋 copy color: '#B51B57'

red 181 ◦ green 27 ◦ blue 87

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

Shades of Jazzberry Jam #B51B57

Tints of Jazzberry Jam #B51B57

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.15%

 BLUE value IS 87 (34.38% from 255) = 29.49%

R = 61.36%
G = 9.15%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B51B57 (or 0xB51B57) is known color: Jazzberry Jam. HEX triplet: B5, 1B and 57. RGB value is (181,27,87). Sum of RGB (Red+Green+Blue) = 181+27+87=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51B57 is #4AE4A8. Grayscale: #4F4F4F. Windows color (decimal): -4908201 or 5708725. OLE color: 5708725.

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

Color convert

RGB 181 27 87 -
CMYK 0 0.85 0.52 0.29
HSL 336.62º 0.74% 0.41% -
HSV(B) 336.62º 0.85% 0.71% -
XYZ 21.17 11.3 10.08 -
YUV 79.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 181 27 87 0 0.85 0.52 0.29 336.62 0.74 0.41
Hex B5 1B 57 0 55 34 1D 151 4A 29
Octal 265 33 127 0 125 64 35 521 112 51
Binary 10110101 11011 1010111 0 1010101 110100 11101 101010001 1001010 101001

Color Harmonies of #B51B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51B57

Black with #B51B57

Text Example


Text Example

White with #B51B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51B57; }

 p { color: rgb(181,27,87); }

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

background-color css

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

 a { background-color: rgb(181,27,87); }

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

border-color css

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

 span { border-color: rgb(181,27,87); }

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