Html Css Color HEX #B70A49 Jazzberry Jam

📋 copy color: '#B70A49'

red 183 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #B70A49

Tints of Jazzberry Jam #B70A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 68.8%
G = 3.76%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B70A49 (or 0xB70A49) is known color: Jazzberry Jam. HEX triplet: B7, 0A and 49. RGB value is (183,10,73). Sum of RGB (Red+Green+Blue) = 183+10+73=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70A49 is #48F5B6. Grayscale: #444444. Windows color (decimal): -4781495 or 4786871. OLE color: 4786871.

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

Color convert

RGB 183 10 73 -
CMYK 0 0.95 0.60 0.28
HSL 338.15º 0.9% 0.38% -
HSV(B) 338.15º 0.95% 0.72% -
XYZ 20.84 10.77 7.28 -
YUV 68.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 183 10 73 0 0.95 0.60 0.28 338.15 0.9 0.38
Hex B7 A 49 0 5F 3C 1C 152 5A 26
Octal 267 12 111 0 137 74 34 522 132 46
Binary 10110111 1010 1001001 0 1011111 111100 11100 101010010 1011010 100110

Color Harmonies of #B70A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70A49

Black with #B70A49

Text Example


Text Example

White with #B70A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70A49; }

 p { color: rgb(183,10,73); }

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

background-color css

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

 a { background-color: rgb(183,10,73); }

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

border-color css

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

 span { border-color: rgb(183,10,73); }

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