Html Css Color HEX #920A49 Jazzberry Jam

📋 copy color: '#920A49'

red 146 ◦ green 10 ◦ blue 73

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

Shades of Jazzberry Jam #920A49

Tints of Jazzberry Jam #920A49

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.37%

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

R = 63.76%
G = 4.37%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#920A49 (or 0x920A49) is known color: Jazzberry Jam. HEX triplet: 92, 0A and 49. RGB value is (146,10,73). Sum of RGB (Red+Green+Blue) = 146+10+73=229 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.76% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 146 - color contains mainly: red. Hex color #920A49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920A49 is #6DF5B6. Grayscale: #393939. Windows color (decimal): -7206327 or 4786834. OLE color: 4786834.

HSL color Cylindrical-coordinate representation of color #920A49: hue angle of 332.21º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #920A49 is Cyan = 0, Magento = 0.93, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 10 73 -
CMYK 0 0.93 0.5 0.43
HSL 332.21º 0.87% 0.31% -
HSV(B) 332.21º 0.93% 0.57% -
XYZ 13.17 6.81 6.92 -
YUV 57.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 146 10 73 0 0.93 0.5 0.43 332.21 0.87 0.31
Hex 92 A 49 0 5D 32 2B 14C 57 1F
Octal 222 12 111 0 135 62 53 514 127 37
Binary 10010010 1010 1001001 0 1011101 110010 101011 101001100 1010111 11111

Color Harmonies of #920A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920A49

Black with #920A49

Text Example


Text Example

White with #920A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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