#950849

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

Shades of Jazzberry Jam #950849

Tints of Jazzberry Jam #950849

Color information

#950849 (or 0x950849) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 08 and 49. RGB value is (149,8,73). Sum of RGB (Red+Green+Blue) = 149+8+73=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #950849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950849 is #6AF7B6. Grayscale: #393939. Windows color (decimal): -7010231 or 4786325. OLE color: 4786325.

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

Color convert

RGB149873-
CMYK00.950.510.42
HSL332.34º89.81%30.78%-
HSV(B)332.34º94.63%58.43%-
XYZ13.687.046.94-
YUV57.57136.71193.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.78%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=64.78%
G=3.48%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14987300.950.510.42332.3489.8130.78
Hex9584905F332A14c5a1f
Octal225101110137635251413237
Binary100101011000100100101011111110011101010101001100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950849; }

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

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

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

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

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

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

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

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