Html Css Color HEX #950449 Jazzberry Jam

📋 copy color: '#950449'

red 149 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #950449

Tints of Jazzberry Jam #950449

RGB

 RED value IS 149 (58.59% from 255) = 65.93%

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

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

R = 65.93%
G = 1.77%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#950449 (or 0x950449) is known color: Jazzberry Jam. HEX triplet: 95, 04 and 49. RGB value is (149,4,73). Sum of RGB (Red+Green+Blue) = 149+4+73=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #950449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950449 is #6AFBB6. Grayscale: #373737. Windows color (decimal): -7011255 or 4785301. OLE color: 4785301.

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

Color convert

RGB 149 4 73 -
CMYK 0 0.97 0.51 0.42
HSL 331.45º 0.95% 0.3% -
HSV(B) 331.45º 0.97% 0.58% -
XYZ 13.64 6.96 6.93 -
YUV 55.22 138.04 194.89 -
System Red Green Blue C M Y K H S L
Decimal 149 4 73 0 0.97 0.51 0.42 331.45 0.95 0.3
Hex 95 4 49 0 61 33 2A 14B 5F 1E
Octal 225 4 111 0 141 63 52 513 137 36
Binary 10010101 100 1001001 0 1100001 110011 101010 101001011 1011111 11110

Color Harmonies of #950449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950449

Black with #950449

Text Example


Text Example

White with #950449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950449; }

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

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

background-color css

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

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

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

border-color css

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

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

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