#951260

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

Shades of Jazzberry Jam #951260

Tints of Jazzberry Jam #951260

Color information

#951260 (or 0x951260) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 12 and 60. RGB value is (149,18,96). Sum of RGB (Red+Green+Blue) = 149+18+96=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #951260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951260 is #6AED9F. Grayscale: #414141. Windows color (decimal): -7007648 or 6296213. OLE color: 6296213.

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

Color convert

RGB1491896-
CMYK00.880.360.42
HSL324.27º78.44%32.75%-
HSV(B)324.27º87.92%58.43%-
XYZ14.727.6711.77-
YUV66.06144.9187.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=56.65%
G=6.84%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149189600.880.360.42324.2778.4432.75
Hex951260058242A1444e21
Octal225221400130445250411641
Binary10010101100101100000010110001001001010101010001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951260; }

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

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

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

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

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

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

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

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