Html Css Color HEX #950249 Jazzberry Jam

📋 copy color: '#950249'

red 149 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #950249

Tints of Jazzberry Jam #950249

RGB

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

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

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

R = 66.52%
G = 0.89%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#950249 (or 0x950249) is known color: Jazzberry Jam. HEX triplet: 95, 02 and 49. RGB value is (149,2,73). Sum of RGB (Red+Green+Blue) = 149+2+73=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #950249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950249 is #6AFDB6. Grayscale: #353535. Windows color (decimal): -7011767 or 4784789. OLE color: 4784789.

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

Color convert

RGB 149 2 73 -
CMYK 0 0.99 0.51 0.42
HSL 331.02º 0.97% 0.3% -
HSV(B) 331.02º 0.99% 0.58% -
XYZ 13.62 6.91 6.92 -
YUV 54.05 138.7 195.73 -
System Red Green Blue C M Y K H S L
Decimal 149 2 73 0 0.99 0.51 0.42 331.02 0.97 0.3
Hex 95 2 49 0 63 33 2A 14B 61 1E
Octal 225 2 111 0 143 63 52 513 141 36
Binary 10010101 10 1001001 0 1100011 110011 101010 101001011 1100001 11110

Color Harmonies of #950249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950249

Black with #950249

Text Example


Text Example

White with #950249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950249; }

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

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

background-color css

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

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

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

border-color css

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

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

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