#950851

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

Shades of Jazzberry Jam #950851

Tints of Jazzberry Jam #950851

Color information

#950851 (or 0x950851) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 08 and 51. RGB value is (149,8,81). Sum of RGB (Red+Green+Blue) = 149+8+81=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #950851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950851 is #6AF7AE. Grayscale: #3A3A3A. Windows color (decimal): -7010223 or 5310613. OLE color: 5310613.

HSL color Cylindrical-coordinate representation of color #950851: hue angle of 328.94º 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 #950851 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB149881-
CMYK00.950.460.42
HSL328.94º89.81%30.78%-
HSV(B)328.94º94.63%58.43%-
XYZ13.977.168.43-
YUV58.48140.71192.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 8 (3.52% from 255) = 3.36%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=62.61%
G=3.36%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14988100.950.460.42328.9489.8130.78
Hex9585105F2E2A1495a1f
Octal225101210137565251113237
Binary100101011000101000101011111101110101010101001001101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950851; }

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

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

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

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

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

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

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

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