Html Css Color HEX #920549 Jazzberry Jam

📋 copy color: '#920549'

red 146 ◦ green 5 ◦ blue 73

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

Shades of Jazzberry Jam #920549

Tints of Jazzberry Jam #920549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.59%

R = 65.18%
G = 2.23%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#920549 (or 0x920549) is known color: Jazzberry Jam. HEX triplet: 92, 05 and 49. RGB value is (146,5,73). Sum of RGB (Red+Green+Blue) = 146+5+73=224 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.18% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 146 - color contains mainly: red. Hex color #920549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920549 is #6DFAB6. Grayscale: #363636. Windows color (decimal): -7207607 or 4785554. OLE color: 4785554.

HSL color Cylindrical-coordinate representation of color #920549: hue angle of 331.06º 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 #920549 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 5 73 -
CMYK 0 0.97 0.5 0.43
HSL 331.06º 0.93% 0.3% -
HSV(B) 331.06º 0.97% 0.57% -
XYZ 13.11 6.7 6.91 -
YUV 54.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 146 5 73 0 0.97 0.5 0.43 331.06 0.93 0.3
Hex 92 5 49 0 61 32 2B 14B 5D 1E
Octal 222 5 111 0 141 62 53 513 135 36
Binary 10010010 101 1001001 0 1100001 110010 101011 101001011 1011101 11110

Color Harmonies of #920549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920549

Black with #920549

Text Example


Text Example

White with #920549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920549; }

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

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

background-color css

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

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

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

border-color css

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

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

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