Html Css Color HEX #B71450 Jazzberry Jam

📋 copy color: '#B71450'

red 183 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #B71450

Tints of Jazzberry Jam #B71450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.27%

R = 64.66%
G = 7.07%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B71450 (or 0xB71450) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 50. RGB value is (183,20,80). Sum of RGB (Red+Green+Blue) = 183+20+80=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B71450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71450 is #48EBAF. Grayscale: #4B4B4B. Windows color (decimal): -4778928 or 5248183. OLE color: 5248183.

HSL color Cylindrical-coordinate representation of color #B71450: hue angle of 337.91º 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 #B71450 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 80 -
CMYK 0 0.89 0.56 0.28
HSL 337.91º 0.8% 0.4% -
HSV(B) 337.91º 0.89% 0.72% -
XYZ 21.23 11.15 8.62 -
YUV 75.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 183 20 80 0 0.89 0.56 0.28 337.91 0.8 0.4
Hex B7 14 50 0 59 38 1C 152 50 28
Octal 267 24 120 0 131 70 34 522 120 50
Binary 10110111 10100 1010000 0 1011001 111000 11100 101010010 1010000 101000

Color Harmonies of #B71450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71450

Black with #B71450

Text Example


Text Example

White with #B71450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71450; }

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

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

background-color css

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

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

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

border-color css

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

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

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