#951356

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

Shades of Jazzberry Jam #951356

Tints of Jazzberry Jam #951356

Color information

#951356 (or 0x951356) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 13 and 56. RGB value is (149,19,86). Sum of RGB (Red+Green+Blue) = 149+19+86=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #951356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951356 is #6AECA9. Grayscale: #414141. Windows color (decimal): -7007402 or 5641109. OLE color: 5641109.

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

Color convert

RGB1491986-
CMYK00.870.420.42
HSL329.08º77.38%32.94%-
HSV(B)329.08º87.25%58.43%-
XYZ14.317.539.5-
YUV65.51139.57187.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.66%
GREEN value IS 19 (7.81% from 255) = 7.48%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=58.66%
G=7.48%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149198600.870.420.42329.0877.3832.94
Hex9513560572A2A1494d21
Octal225231260127525251111541
Binary10010101100111010110010101111010101010101010010011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951356; }

 p { color: rgb(149,19,86); }

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

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

 a { background-color: rgb(149,19,86); }

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

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

 span { border-color: rgb(149,19,86); }

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