Html Css Color HEX #920552 Jazzberry Jam

📋 copy color: '#920552'

red 146 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #920552

Tints of Jazzberry Jam #920552

RGB

 RED value IS 146 (57.42% from 255) = 62.66%

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 62.66%
G = 2.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#920552 (or 0x920552) is known color: Jazzberry Jam. HEX triplet: 92, 05 and 52. RGB value is (146,5,82). Sum of RGB (Red+Green+Blue) = 146+5+82=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #920552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920552 is #6DFAAD. Grayscale: #373737. Windows color (decimal): -7207598 or 5375378. OLE color: 5375378.

HSL color Cylindrical-coordinate representation of color #920552: hue angle of 327.23º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920552 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 82 -
CMYK 0 0.97 0.44 0.43
HSL 327.23º 0.93% 0.3% -
HSV(B) 327.23º 0.97% 0.57% -
XYZ 13.43 6.83 8.59 -
YUV 55.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 146 5 82 0 0.97 0.44 0.43 327.23 0.93 0.3
Hex 92 5 52 0 61 2C 2B 147 5D 1E
Octal 222 5 122 0 141 54 53 507 135 36
Binary 10010010 101 1010010 0 1100001 101100 101011 101000111 1011101 11110

Color Harmonies of #920552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920552

Black with #920552

Text Example


Text Example

White with #920552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920552; }

 p { color: rgb(146,5,82); }

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

background-color css

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

 a { background-color: rgb(146,5,82); }

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

border-color css

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

 span { border-color: rgb(146,5,82); }

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