Html Css Color HEX #950F49 Jazzberry Jam

📋 copy color: '#950F49'

red 149 ◦ green 15 ◦ blue 73

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

Shades of Jazzberry Jam #950F49

Tints of Jazzberry Jam #950F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

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

R = 62.87%
G = 6.33%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#950F49 (or 0x950F49) is known color: Jazzberry Jam. HEX triplet: 95, 0F and 49. RGB value is (149,15,73). Sum of RGB (Red+Green+Blue) = 149+15+73=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #950F49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F49 is #6AF0B6. Grayscale: #3D3D3D. Windows color (decimal): -7008439 or 4788117. OLE color: 4788117.

HSL color Cylindrical-coordinate representation of color #950F49: hue angle of 334.03º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F49 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 15 73 -
CMYK 0 0.90 0.51 0.42
HSL 334.03º 0.82% 0.32% -
HSV(B) 334.03º 0.9% 0.58% -
XYZ 13.77 7.21 6.97 -
YUV 61.68 134.39 190.28 -
System Red Green Blue C M Y K H S L
Decimal 149 15 73 0 0.90 0.51 0.42 334.03 0.82 0.32
Hex 95 F 49 0 5A 33 2A 14E 52 20
Octal 225 17 111 0 132 63 52 516 122 40
Binary 10010101 1111 1001001 0 1011010 110011 101010 101001110 1010010 100000

Color Harmonies of #950F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950F49

Black with #950F49

Text Example


Text Example

White with #950F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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