Html Css Color HEX #950550 Jazzberry Jam

📋 copy color: '#950550'

red 149 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #950550

Tints of Jazzberry Jam #950550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 63.68%
G = 2.14%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#950550 (or 0x950550) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 50. RGB value is (149,5,80). Sum of RGB (Red+Green+Blue) = 149+5+80=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #950550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950550 is #6AFAAF. Grayscale: #383838. Windows color (decimal): -7010992 or 5244309. OLE color: 5244309.

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

Color convert

RGB 149 5 80 -
CMYK 0 0.97 0.46 0.42
HSL 328.75º 0.94% 0.3% -
HSV(B) 328.75º 0.97% 0.58% -
XYZ 13.9 7.08 8.22 -
YUV 56.61 141.21 193.9 -
System Red Green Blue C M Y K H S L
Decimal 149 5 80 0 0.97 0.46 0.42 328.75 0.94 0.3
Hex 95 5 50 0 61 2E 2A 149 5E 1E
Octal 225 5 120 0 141 56 52 511 136 36
Binary 10010101 101 1010000 0 1100001 101110 101010 101001001 1011110 11110

Color Harmonies of #950550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950550

Black with #950550

Text Example


Text Example

White with #950550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950550; }

 p { color: rgb(149,5,80); }

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

background-color css

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

 a { background-color: rgb(149,5,80); }

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

border-color css

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

 span { border-color: rgb(149,5,80); }

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