#950455

Color #950455 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #950455

Tints of Jazzberry Jam #950455

Color information

#950455 (or 0x950455) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 04 and 55. RGB value is (149,4,85). Sum of RGB (Red+Green+Blue) = 149+4+85=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #950455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950455 is #6AFBAA. Grayscale: #383838. Windows color (decimal): -7011243 or 5571733. OLE color: 5571733.

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

Color convert

RGB149485-
CMYK00.970.430.42
HSL326.48º94.77%30%-
HSV(B)326.48º97.32%58.43%-
XYZ14.087.139.23-
YUV56.59144.04193.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=62.61%
G=1.68%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14948500.970.430.42326.4894.7730
Hex954550612B2A1465f1e
Octal22541250141535250613736
Binary10010101100101010101100001101011101010101000110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950455; }

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

 H1.HeaderClassName
 {
   color: #950455;
 }
 .AnyTagClassName
 {
   color: #950455;
 }
</style>
background-color css

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

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

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

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

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

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