#951660

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

Shades of Jazzberry Jam #951660

Tints of Jazzberry Jam #951660

Color information

#951660 (or 0x951660) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 16 and 60. RGB value is (149,22,96). Sum of RGB (Red+Green+Blue) = 149+22+96=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #951660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951660 is #6AE99F. Grayscale: #444444. Windows color (decimal): -7006624 or 6297237. OLE color: 6297237.

HSL color Cylindrical-coordinate representation of color #951660: hue angle of 325.04º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951660 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1492296-
CMYK00.850.360.42
HSL325.04º74.27%33.53%-
HSV(B)325.04º85.23%58.43%-
XYZ14.797.8111.79-
YUV68.41143.58185.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=55.81%
G=8.24%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149229600.850.360.42325.0474.2733.53
Hex951660055242A1454a22
Octal225261400125445250511242
Binary10010101101101100000010101011001001010101010001011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951660; }

 p { color: rgb(149,22,96); }

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

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

 a { background-color: rgb(149,22,96); }

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

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

 span { border-color: rgb(149,22,96); }

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