#950242

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

Shades of Jazzberry Jam #950242

Tints of Jazzberry Jam #950242

Color information

#950242 (or 0x950242) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 02 and 42. RGB value is (149,2,66). Sum of RGB (Red+Green+Blue) = 149+2+66=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #950242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950242 is #6AFDBD. Grayscale: #353535. Windows color (decimal): -7011774 or 4326037. OLE color: 4326037.

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

Color convert

RGB149266-
CMYK00.990.560.42
HSL333.88º97.35%29.61%-
HSV(B)333.88º98.66%58.43%-
XYZ13.46.835.77-
YUV53.25135.2196.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.66%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=68.66%
G=0.92%
B=30.41%

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
Decimal14926600.990.560.42333.8897.3529.61
Hex95242063382A14e611e
Octal22521020143705251614136
Binary1001010110100001001100011111000101010101001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950242; }

 p { color: rgb(149,2,66); }

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

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

 a { background-color: rgb(149,2,66); }

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

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

 span { border-color: rgb(149,2,66); }

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