#950450

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

Shades of Jazzberry Jam #950450

Tints of Jazzberry Jam #950450

Color information

#950450 (or 0x950450) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 04 and 50. RGB value is (149,4,80). Sum of RGB (Red+Green+Blue) = 149+4+80=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #950450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950450 is #6AFBAF. Grayscale: #373737. Windows color (decimal): -7011248 or 5244053. OLE color: 5244053.

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

Color convert

RGB149480-
CMYK00.970.460.42
HSL328.55º94.77%30%-
HSV(B)328.55º97.32%58.43%-
XYZ13.897.068.22-
YUV56.02141.54194.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=63.95%
G=1.72%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14948000.970.460.42328.5594.7730
Hex954500612E2A1495f1e
Octal22541200141565251113736
Binary10010101100101000001100001101110101010101001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950450; }

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

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

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

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

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

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

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

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