Html Css Color HEX #B20753 Jazzberry Jam

📋 copy color: '#B20753'

red 178 ◦ green 7 ◦ blue 83

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

Shades of Jazzberry Jam #B20753

Tints of Jazzberry Jam #B20753

RGB

 RED value IS 178 (69.92% from 255) = 66.42%

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

 BLUE value IS 83 (32.81% from 255) = 30.97%

R = 66.42%
G = 2.61%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B20753 (or 0xB20753) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 53. RGB value is (178,7,83). Sum of RGB (Red+Green+Blue) = 178+7+83=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B20753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20753 is #4DF8AC. Grayscale: #424242. Windows color (decimal): -5109933 or 5441458. OLE color: 5441458.

HSL color Cylindrical-coordinate representation of color #B20753: hue angle of 333.33º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20753 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 83 -
CMYK 0 0.96 0.53 0.30
HSL 333.33º 0.92% 0.36% -
HSV(B) 333.33º 0.96% 0.7% -
XYZ 20 10.24 9.11 -
YUV 66.79 137.15 207.32 -
System Red Green Blue C M Y K H S L
Decimal 178 7 83 0 0.96 0.53 0.30 333.33 0.92 0.36
Hex B2 7 53 0 60 35 1E 14D 5C 24
Octal 262 7 123 0 140 65 36 515 134 44
Binary 10110010 111 1010011 0 1100000 110101 11110 101001101 1011100 100100

Color Harmonies of #B20753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20753

Black with #B20753

Text Example


Text Example

White with #B20753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20753; }

 p { color: rgb(178,7,83); }

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

background-color css

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

 a { background-color: rgb(178,7,83); }

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

border-color css

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

 span { border-color: rgb(178,7,83); }

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