Html Css Color HEX #B51356 Jazzberry Jam

📋 copy color: '#B51356'

red 181 ◦ green 19 ◦ blue 86

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

Shades of Jazzberry Jam #B51356

Tints of Jazzberry Jam #B51356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 63.29%
G = 6.64%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B51356 (or 0xB51356) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 56. RGB value is (181,19,86). Sum of RGB (Red+Green+Blue) = 181+19+86=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B51356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51356 is #4AECA9. Grayscale: #4A4A4A. Windows color (decimal): -4910250 or 5641141. OLE color: 5641141.

HSL color Cylindrical-coordinate representation of color #B51356: hue angle of 335.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B51356 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 86 -
CMYK 0 0.90 0.52 0.29
HSL 335.19º 0.81% 0.39% -
HSV(B) 335.19º 0.9% 0.71% -
XYZ 20.97 10.96 9.81 -
YUV 75.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 181 19 86 0 0.90 0.52 0.29 335.19 0.81 0.39
Hex B5 13 56 0 5A 34 1D 14F 51 27
Octal 265 23 126 0 132 64 35 517 121 47
Binary 10110101 10011 1010110 0 1011010 110100 11101 101001111 1010001 100111

Color Harmonies of #B51356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51356

Black with #B51356

Text Example


Text Example

White with #B51356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51356; }

 p { color: rgb(181,19,86); }

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

background-color css

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

 a { background-color: rgb(181,19,86); }

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

border-color css

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

 span { border-color: rgb(181,19,86); }

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