Html Css Color HEX #B70748 Jazzberry Jam

📋 copy color: '#B70748'

red 183 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #B70748

Tints of Jazzberry Jam #B70748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

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

R = 69.85%
G = 2.67%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B70748 (or 0xB70748) is known color: Jazzberry Jam. HEX triplet: B7, 07 and 48. RGB value is (183,7,72). Sum of RGB (Red+Green+Blue) = 183+7+72=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B70748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70748 is #48F8B7. Grayscale: #424242. Windows color (decimal): -4782264 or 4720567. OLE color: 4720567.

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

Color convert

RGB 183 7 72 -
CMYK 0 0.96 0.61 0.28
HSL 337.84º 0.93% 0.37% -
HSV(B) 337.84º 0.96% 0.72% -
XYZ 20.77 10.69 7.1 -
YUV 67.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 183 7 72 0 0.96 0.61 0.28 337.84 0.93 0.37
Hex B7 7 48 0 60 3D 1C 152 5D 25
Octal 267 7 110 0 140 75 34 522 135 45
Binary 10110111 111 1001000 0 1100000 111101 11100 101010010 1011101 100101

Color Harmonies of #B70748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70748

Black with #B70748

Text Example


Text Example

White with #B70748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70748; }

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

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

background-color css

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

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

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

border-color css

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

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

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