#950E47

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

Shades of Jazzberry Jam #950E47

Tints of Jazzberry Jam #950E47

Color information

#950E47 (or 0x950E47) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 0E and 47. RGB value is (149,14,71). Sum of RGB (Red+Green+Blue) = 149+14+71=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #950E47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E47 is #6AF1B8. Grayscale: #3C3C3C. Windows color (decimal): -7008697 or 4656789. OLE color: 4656789.

HSL color Cylindrical-coordinate representation of color #950E47: hue angle of 334.67º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E47 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1491471-
CMYK00.910.520.42
HSL334.67º82.82%31.96%-
HSV(B)334.67º90.6%58.43%-
XYZ13.697.166.62-
YUV60.86133.73190.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 14 (5.86% from 255) = 5.98%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=63.68%
G=5.98%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149147100.910.520.42334.6782.8231.96
Hex95E4705B342A14f5320
Octal225161070133645251712340
Binary1001010111101000111010110111101001010101010011111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950E47; }

 p { color: rgb(149,14,71); }

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

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

 a { background-color: rgb(149,14,71); }

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

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

 span { border-color: rgb(149,14,71); }

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