#951152

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

Shades of Jazzberry Jam #951152

Tints of Jazzberry Jam #951152

Color information

#951152 (or 0x951152) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 11 and 52. RGB value is (149,17,82). Sum of RGB (Red+Green+Blue) = 149+17+82=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #951152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951152 is #6AEEAD. Grayscale: #3F3F3F. Windows color (decimal): -7007918 or 5378453. OLE color: 5378453.

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

Color convert

RGB1491782-
CMYK00.890.450.42
HSL330.45º79.52%32.55%-
HSV(B)330.45º88.59%58.43%-
XYZ14.127.48.67-
YUV63.88138.23188.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.08%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=60.08%
G=6.85%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149178200.890.450.42330.4579.5232.55
Hex9511520592D2A14a5021
Octal225211220131555251212041
Binary10010101100011010010010110011011011010101010010101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951152; }

 p { color: rgb(149,17,82); }

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

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

 a { background-color: rgb(149,17,82); }

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

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

 span { border-color: rgb(149,17,82); }

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