Html Css Color HEX #B51363 Jazzberry Jam

📋 copy color: '#B51363'

red 181 ◦ green 19 ◦ blue 99

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

Shades of Jazzberry Jam #B51363

Tints of Jazzberry Jam #B51363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 60.54%
G = 6.35%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B51363 (or 0xB51363) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 63. RGB value is (181,19,99). Sum of RGB (Red+Green+Blue) = 181+19+99=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B51363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51363 is #4AEC9C. Grayscale: #4C4C4C. Windows color (decimal): -4910237 or 6493109. OLE color: 6493109.

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

Color convert

RGB 181 19 99 -
CMYK 0 0.90 0.45 0.29
HSL 330.37º 0.81% 0.39% -
HSV(B) 330.37º 0.9% 0.71% -
XYZ 21.54 11.19 12.83 -
YUV 76.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 181 19 99 0 0.90 0.45 0.29 330.37 0.81 0.39
Hex B5 13 63 0 5A 2D 1D 14A 51 27
Octal 265 23 143 0 132 55 35 512 121 47
Binary 10110101 10011 1100011 0 1011010 101101 11101 101001010 1010001 100111

Color Harmonies of #B51363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51363

Black with #B51363

Text Example


Text Example

White with #B51363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51363; }

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

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

background-color css

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

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

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

border-color css

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

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

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