Html Css Color HEX #B70550 Jazzberry Jam

📋 copy color: '#B70550'

red 183 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #B70550

Tints of Jazzberry Jam #B70550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 68.28%
G = 1.87%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B70550 (or 0xB70550) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 50. RGB value is (183,5,80). Sum of RGB (Red+Green+Blue) = 183+5+80=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B70550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70550 is #48FAAF. Grayscale: #424242. Windows color (decimal): -4782768 or 5244343. OLE color: 5244343.

HSL color Cylindrical-coordinate representation of color #B70550: hue angle of 334.72º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70550 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 80 -
CMYK 0 0.97 0.56 0.28
HSL 334.72º 0.95% 0.37% -
HSV(B) 334.72º 0.97% 0.72% -
XYZ 21.03 10.76 8.56 -
YUV 66.77 135.47 210.9 -
System Red Green Blue C M Y K H S L
Decimal 183 5 80 0 0.97 0.56 0.28 334.72 0.95 0.37
Hex B7 5 50 0 61 38 1C 14F 5F 25
Octal 267 5 120 0 141 70 34 517 137 45
Binary 10110111 101 1010000 0 1100001 111000 11100 101001111 1011111 100101

Color Harmonies of #B70550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70550

Black with #B70550

Text Example


Text Example

White with #B70550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70550; }

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

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

background-color css

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

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

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

border-color css

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

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

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