#950249

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

Shades of Jazzberry Jam #950249

Tints of Jazzberry Jam #950249

Color information

#950249 (or 0x950249) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 02 and 49. RGB value is (149,2,73). Sum of RGB (Red+Green+Blue) = 149+2+73=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #950249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950249 is #6AFDB6. Grayscale: #353535. Windows color (decimal): -7011767 or 4784789. OLE color: 4784789.

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

Color convert

RGB149273-
CMYK00.990.510.42
HSL331.02º97.35%29.61%-
HSV(B)331.02º98.66%58.43%-
XYZ13.626.916.92-
YUV54.05138.7195.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=66.52%
G=0.89%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14927300.990.510.42331.0297.3529.61
Hex95249063332A14b611e
Octal22521110143635251314136
Binary1001010110100100101100011110011101010101001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950249; }

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

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

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

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

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

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

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

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