Html Css Color HEX #B70949 Jazzberry Jam

📋 copy color: '#B70949'

red 183 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #B70949

Tints of Jazzberry Jam #B70949

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 69.06%
G = 3.4%
B = 27.55%

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

#B70949 (or 0xB70949) is known color: Jazzberry Jam. HEX triplet: B7, 09 and 49. RGB value is (183,9,73). Sum of RGB (Red+Green+Blue) = 183+9+73=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B70949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70949 is #48F6B6. Grayscale: #444444. Windows color (decimal): -4781751 or 4786615. OLE color: 4786615.

HSL color Cylindrical-coordinate representation of color #B70949: hue angle of 337.93º degrees, saturation: 0.91, 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 #B70949 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 73 -
CMYK 0 0.95 0.60 0.28
HSL 337.93º 0.91% 0.38% -
HSV(B) 337.93º 0.95% 0.72% -
XYZ 20.83 10.74 7.28 -
YUV 68.32 130.65 209.8 -
System Red Green Blue C M Y K H S L
Decimal 183 9 73 0 0.95 0.60 0.28 337.93 0.91 0.38
Hex B7 9 49 0 5F 3C 1C 152 5B 26
Octal 267 11 111 0 137 74 34 522 133 46
Binary 10110111 1001 1001001 0 1011111 111100 11100 101010010 1011011 100110

Color Harmonies of #B70949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70949

Black with #B70949

Text Example


Text Example

White with #B70949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70949; }

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

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

background-color css

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

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

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

border-color css

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

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

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