#950E46

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

Shades of Jazzberry Jam #950E46

Tints of Jazzberry Jam #950E46

Color information

#950E46 (or 0x950E46) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 0E and 46. RGB value is (149,14,70). Sum of RGB (Red+Green+Blue) = 149+14+70=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #950E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950E46 is #6AF1B9. Grayscale: #3C3C3C. Windows color (decimal): -7008698 or 4591253. OLE color: 4591253.

HSL color Cylindrical-coordinate representation of color #950E46: hue angle of 335.11º 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 #950E46 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1491470-
CMYK00.910.530.42
HSL335.11º82.82%31.96%-
HSV(B)335.11º90.6%58.43%-
XYZ13.667.156.45-
YUV60.75133.23190.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 14 (5.86% from 255) = 6.01%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=63.95%
G=6.01%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149147000.910.530.42335.1182.8231.96
Hex95E4605B352A14f5320
Octal225161060133655251712340
Binary1001010111101000110010110111101011010101010011111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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