Html Css Color HEX #B71458 Jazzberry Jam

📋 copy color: '#B71458'

red 183 ◦ green 20 ◦ blue 88

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

Shades of Jazzberry Jam #B71458

Tints of Jazzberry Jam #B71458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 62.89%
G = 6.87%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B71458 (or 0xB71458) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 58. RGB value is (183,20,88). Sum of RGB (Red+Green+Blue) = 183+20+88=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B71458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71458 is #48EBA7. Grayscale: #4C4C4C. Windows color (decimal): -4778920 or 5772471. OLE color: 5772471.

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

Color convert

RGB 183 20 88 -
CMYK 0 0.89 0.52 0.28
HSL 334.97º 0.8% 0.4% -
HSV(B) 334.97º 0.89% 0.72% -
XYZ 21.54 11.27 10.27 -
YUV 76.49 134.5 203.97 -
System Red Green Blue C M Y K H S L
Decimal 183 20 88 0 0.89 0.52 0.28 334.97 0.8 0.4
Hex B7 14 58 0 59 34 1C 14F 50 28
Octal 267 24 130 0 131 64 34 517 120 50
Binary 10110111 10100 1011000 0 1011001 110100 11100 101001111 1010000 101000

Color Harmonies of #B71458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71458

Black with #B71458

Text Example


Text Example

White with #B71458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71458; }

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

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

background-color css

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

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

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

border-color css

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

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

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