Html Css Color HEX #B70548 Jazzberry Jam

📋 copy color: '#B70548'

red 183 ◦ green 5 ◦ blue 72

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

Shades of Jazzberry Jam #B70548

Tints of Jazzberry Jam #B70548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.69%

R = 70.38%
G = 1.92%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B70548 (or 0xB70548) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 48. RGB value is (183,5,72). Sum of RGB (Red+Green+Blue) = 183+5+72=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B70548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70548 is #48FAB7. Grayscale: #414141. Windows color (decimal): -4782776 or 4720055. OLE color: 4720055.

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

Color convert

RGB 183 5 72 -
CMYK 0 0.97 0.61 0.28
HSL 337.42º 0.95% 0.37% -
HSV(B) 337.42º 0.97% 0.72% -
XYZ 20.75 10.64 7.09 -
YUV 65.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 183 5 72 0 0.97 0.61 0.28 337.42 0.95 0.37
Hex B7 5 48 0 61 3D 1C 151 5F 25
Octal 267 5 110 0 141 75 34 521 137 45
Binary 10110111 101 1001000 0 1100001 111101 11100 101010001 1011111 100101

Color Harmonies of #B70548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70548

Black with #B70548

Text Example


Text Example

White with #B70548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70548; }

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

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

background-color css

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

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

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

border-color css

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

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

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