#950553

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

Shades of Jazzberry Jam #950553

Tints of Jazzberry Jam #950553

Color information

#950553 (or 0x950553) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 53. RGB value is (149,5,83). Sum of RGB (Red+Green+Blue) = 149+5+83=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #950553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950553 is #6AFAAC. Grayscale: #383838. Windows color (decimal): -7010989 or 5440917. OLE color: 5440917.

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

Color convert

RGB149583-
CMYK00.970.440.42
HSL327.5º93.51%30.2%-
HSV(B)327.5º96.64%58.43%-
XYZ14.017.128.82-
YUV56.95142.71193.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=62.87%
G=2.11%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14958300.970.440.42327.593.5130.2
Hex955530612C2A1485e1e
Octal22551230141545251013636
Binary10010101101101001101100001101100101010101001000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950553; }

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

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

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

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

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

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

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

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