Html Css Color HEX #B72365 Jazzberry Jam

📋 copy color: '#B72365'

red 183 ◦ green 35 ◦ blue 101

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

Shades of Jazzberry Jam #B72365

Tints of Jazzberry Jam #B72365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 57.37%
G = 10.97%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B72365 (or 0xB72365) is known color: Jazzberry Jam. HEX triplet: B7, 23 and 65. RGB value is (183,35,101). Sum of RGB (Red+Green+Blue) = 183+35+101=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B72365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72365 is #48DC9A. Grayscale: #565656. Windows color (decimal): -4775067 or 6628279. OLE color: 6628279.

HSL color Cylindrical-coordinate representation of color #B72365: hue angle of 333.24º degrees, saturation: 0.68, 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 #B72365 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 35 101 -
CMYK 0 0.81 0.45 0.28
HSL 333.24º 0.68% 0.43% -
HSV(B) 333.24º 0.81% 0.72% -
XYZ 22.48 12.21 13.48 -
YUV 86.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 183 35 101 0 0.81 0.45 0.28 333.24 0.68 0.43
Hex B7 23 65 0 51 2D 1C 14D 44 2B
Octal 267 43 145 0 121 55 34 515 104 53
Binary 10110111 100011 1100101 0 1010001 101101 11100 101001101 1000100 101011

Color Harmonies of #B72365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72365

Black with #B72365

Text Example


Text Example

White with #B72365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72365; }

 p { color: rgb(183,35,101); }

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

background-color css

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

 a { background-color: rgb(183,35,101); }

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

border-color css

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

 span { border-color: rgb(183,35,101); }

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