Html Css Color HEX #B71358 Jazzberry Jam

📋 copy color: '#B71358'

red 183 ◦ green 19 ◦ blue 88

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

Shades of Jazzberry Jam #B71358

Tints of Jazzberry Jam #B71358

RGB

 RED value IS 183 (71.88% from 255) = 63.1%

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

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 63.1%
G = 6.55%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B71358 (or 0xB71358) is known color: Jazzberry Jam. HEX triplet: B7, 13 and 58. RGB value is (183,19,88). Sum of RGB (Red+Green+Blue) = 183+19+88=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71358 is #48ECA7. Grayscale: #4B4B4B. Windows color (decimal): -4779176 or 5772215. OLE color: 5772215.

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

Color convert

RGB 183 19 88 -
CMYK 0 0.90 0.52 0.28
HSL 334.76º 0.81% 0.4% -
HSV(B) 334.76º 0.9% 0.72% -
XYZ 21.52 11.24 10.27 -
YUV 75.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 183 19 88 0 0.90 0.52 0.28 334.76 0.81 0.4
Hex B7 13 58 0 5A 34 1C 14F 51 28
Octal 267 23 130 0 132 64 34 517 121 50
Binary 10110111 10011 1011000 0 1011010 110100 11100 101001111 1010001 101000

Color Harmonies of #B71358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71358

Black with #B71358

Text Example


Text Example

White with #B71358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71358; }

 p { color: rgb(183,19,88); }

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

background-color css

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

 a { background-color: rgb(183,19,88); }

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

border-color css

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

 span { border-color: rgb(183,19,88); }

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