#950141

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

Shades of Jazzberry Jam #950141

Tints of Jazzberry Jam #950141

Color information

#950141 (or 0x950141) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 01 and 41. RGB value is (149,1,65). Sum of RGB (Red+Green+Blue) = 149+1+65=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #950141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950141 is #6AFEBE. Grayscale: #343434. Windows color (decimal): -7012031 or 4260245. OLE color: 4260245.

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

Color convert

RGB149165-
CMYK00.990.560.42
HSL334.05º98.67%29.41%-
HSV(B)334.05º99.33%58.43%-
XYZ13.366.795.61-
YUV52.55135.03196.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.30%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=69.30%
G=0.47%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14916500.990.560.42334.0598.6729.41
Hex95141063382A14e631d
Octal22511010143705251614335
Binary100101011100000101100011111000101010101001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950141; }

 p { color: rgb(149,1,65); }

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

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

 a { background-color: rgb(149,1,65); }

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

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

 span { border-color: rgb(149,1,65); }

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