Html Css Color HEX #930449 Jazzberry Jam

📋 copy color: '#930449'

red 147 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #930449

Tints of Jazzberry Jam #930449

RGB

 RED value IS 147 (57.81% from 255) = 65.63%

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 65.63%
G = 1.79%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#930449 (or 0x930449) is known color: Jazzberry Jam. HEX triplet: 93, 04 and 49. RGB value is (147,4,73). Sum of RGB (Red+Green+Blue) = 147+4+73=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #930449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930449 is #6CFBB6. Grayscale: #363636. Windows color (decimal): -7142327 or 4785299. OLE color: 4785299.

HSL color Cylindrical-coordinate representation of color #930449: hue angle of 331.05º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930449 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 73 -
CMYK 0 0.97 0.50 0.42
HSL 331.05º 0.95% 0.3% -
HSV(B) 331.05º 0.97% 0.58% -
XYZ 13.28 6.77 6.91 -
YUV 54.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 147 4 73 0 0.97 0.50 0.42 331.05 0.95 0.3
Hex 93 4 49 0 61 32 2A 14B 5F 1E
Octal 223 4 111 0 141 62 52 513 137 36
Binary 10010011 100 1001001 0 1100001 110010 101010 101001011 1011111 11110

Color Harmonies of #930449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930449

Black with #930449

Text Example


Text Example

White with #930449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930449; }

 p { color: rgb(147,4,73); }

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

background-color css

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

 a { background-color: rgb(147,4,73); }

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

border-color css

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

 span { border-color: rgb(147,4,73); }

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