#951C64

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

Shades of Jazzberry Jam #951C64

Tints of Jazzberry Jam #951C64

Color information

#951C64 (or 0x951C64) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1C and 64. RGB value is (149,28,100). Sum of RGB (Red+Green+Blue) = 149+28+100=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #951C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C64 is #6AE39B. Grayscale: #484848. Windows color (decimal): -7005084 or 6560917. OLE color: 6560917.

HSL color Cylindrical-coordinate representation of color #951C64: hue angle of 324.3º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C64 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14928100-
CMYK00.810.330.42
HSL324.3º68.36%34.71%-
HSV(B)324.3º81.21%58.43%-
XYZ15.118.1412.83-
YUV72.39143.59182.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.79%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=53.79%
G=10.11%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492810000.810.330.42324.368.3634.71
Hex951C64051212A1444423
Octal225341440121415250410443
Binary10010101111001100100010100011000011010101010001001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951C64; }

 p { color: rgb(149,28,100); }

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

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

 a { background-color: rgb(149,28,100); }

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

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

 span { border-color: rgb(149,28,100); }

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