#951D61

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

Shades of Jazzberry Jam #951D61

Tints of Jazzberry Jam #951D61

Color information

#951D61 (or 0x951D61) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 1D and 61. RGB value is (149,29,97). Sum of RGB (Red+Green+Blue) = 149+29+97=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #951D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951D61 is #6AE29E. Grayscale: #484848. Windows color (decimal): -7004831 or 6364565. OLE color: 6364565.

HSL color Cylindrical-coordinate representation of color #951D61: hue angle of 326º degrees, saturation: 0.67, 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 #951D61 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1492997-
CMYK00.810.350.42
HSL326º67.42%34.9%-
HSV(B)326º80.54%58.43%-
XYZ14.998.1312.09-
YUV72.63141.76182.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.18%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 97 (38.28% from 255) = 35.27%
R=54.18%
G=10.55%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149299700.810.350.4232667.4234.9
Hex951D61051232A1464323
Octal225351410121435250610343
Binary10010101111011100001010100011000111010101010001101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,29,97); }

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

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

 a { background-color: rgb(149,29,97); }

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

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

 span { border-color: rgb(149,29,97); }

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