Html Css Color HEX #920249 Jazzberry Jam

📋 copy color: '#920249'

red 146 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #920249

Tints of Jazzberry Jam #920249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 66.06%
G = 0.9%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#920249 (or 0x920249) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 49. RGB value is (146,2,73). Sum of RGB (Red+Green+Blue) = 146+2+73=221 (29% of max value = 765). Red value is 146 (57.42% from 255 or 66.06% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 146 - color contains mainly: red. Hex color #920249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920249 is #6DFDB6. Grayscale: #353535. Windows color (decimal): -7208375 or 4784786. OLE color: 4784786.

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

Color convert

RGB 146 2 73 -
CMYK 0 0.99 0.5 0.43
HSL 330.42º 0.97% 0.29% -
HSV(B) 330.42º 0.99% 0.57% -
XYZ 13.08 6.64 6.89 -
YUV 53.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 146 2 73 0 0.99 0.5 0.43 330.42 0.97 0.29
Hex 92 2 49 0 63 32 2B 14A 61 1D
Octal 222 2 111 0 143 62 53 512 141 35
Binary 10010010 10 1001001 0 1100011 110010 101011 101001010 1100001 11101

Color Harmonies of #920249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920249

Black with #920249

Text Example


Text Example

White with #920249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920249; }

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

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

background-color css

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

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

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

border-color css

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

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

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