Html Css Color HEX #B72261 Jazzberry Jam

📋 copy color: '#B72261'

red 183 ◦ green 34 ◦ blue 97

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

Shades of Jazzberry Jam #B72261

Tints of Jazzberry Jam #B72261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.83%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 58.28%
G = 10.83%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B72261 (or 0xB72261) is known color: Jazzberry Jam. HEX triplet: B7, 22 and 61. RGB value is (183,34,97). Sum of RGB (Red+Green+Blue) = 183+34+97=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B72261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72261 is #48DD9E. Grayscale: #555555. Windows color (decimal): -4775327 or 6365879. OLE color: 6365879.

HSL color Cylindrical-coordinate representation of color #B72261: hue angle of 334.63º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72261 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 97 -
CMYK 0 0.81 0.47 0.28
HSL 334.63º 0.69% 0.43% -
HSV(B) 334.63º 0.81% 0.72% -
XYZ 22.26 12.07 12.47 -
YUV 85.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 183 34 97 0 0.81 0.47 0.28 334.63 0.69 0.43
Hex B7 22 61 0 51 2F 1C 14F 45 2B
Octal 267 42 141 0 121 57 34 517 105 53
Binary 10110111 100010 1100001 0 1010001 101111 11100 101001111 1000101 101011

Color Harmonies of #B72261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72261

Black with #B72261

Text Example


Text Example

White with #B72261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72261; }

 p { color: rgb(183,34,97); }

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

background-color css

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

 a { background-color: rgb(183,34,97); }

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

border-color css

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

 span { border-color: rgb(183,34,97); }

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