Html Css Color HEX #B20D52 Jazzberry Jam

📋 copy color: '#B20D52'

red 178 ◦ green 13 ◦ blue 82

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

Shades of Jazzberry Jam #B20D52

Tints of Jazzberry Jam #B20D52

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 82 (32.42% from 255) = 30.04%

R = 65.2%
G = 4.76%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B20D52 (or 0xB20D52) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 52. RGB value is (178,13,82). Sum of RGB (Red+Green+Blue) = 178+13+82=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D52 is #4DF2AD. Grayscale: #464646. Windows color (decimal): -5108398 or 5377458. OLE color: 5377458.

HSL color Cylindrical-coordinate representation of color #B20D52: hue angle of 334.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D52 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 13 82 -
CMYK 0 0.93 0.54 0.30
HSL 334.91º 0.86% 0.37% -
HSV(B) 334.91º 0.93% 0.7% -
XYZ 20.03 10.36 8.93 -
YUV 70.2 134.66 204.89 -
System Red Green Blue C M Y K H S L
Decimal 178 13 82 0 0.93 0.54 0.30 334.91 0.86 0.37
Hex B2 D 52 0 5D 36 1E 14F 56 25
Octal 262 15 122 0 135 66 36 517 126 45
Binary 10110010 1101 1010010 0 1011101 110110 11110 101001111 1010110 100101

Color Harmonies of #B20D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D52

Black with #B20D52

Text Example


Text Example

White with #B20D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D52; }

 p { color: rgb(178,13,82); }

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

background-color css

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

 a { background-color: rgb(178,13,82); }

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

border-color css

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

 span { border-color: rgb(178,13,82); }

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