#950856

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

Shades of Jazzberry Jam #950856

Tints of Jazzberry Jam #950856

Color information

#950856 (or 0x950856) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 08 and 56. RGB value is (149,8,86). Sum of RGB (Red+Green+Blue) = 149+8+86=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #950856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950856 is #6AF7A9. Grayscale: #3A3A3A. Windows color (decimal): -7010218 or 5638293. OLE color: 5638293.

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

Color convert

RGB149886-
CMYK00.950.420.42
HSL326.81º89.81%30.78%-
HSV(B)326.81º94.63%58.43%-
XYZ14.167.249.45-
YUV59.05143.21192.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 8 (3.52% from 255) = 3.29%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=61.32%
G=3.29%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14988600.950.420.42326.8189.8130.78
Hex9585605F2A2A1475a1f
Octal225101260137525250713237
Binary100101011000101011001011111101010101010101000111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950856; }

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

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

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

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

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

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

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

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