#950546

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

Shades of Jazzberry Jam #950546

Tints of Jazzberry Jam #950546

Color information

#950546 (or 0x950546) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 46. RGB value is (149,5,70). Sum of RGB (Red+Green+Blue) = 149+5+70=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #950546 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950546 is #6AFAB9. Grayscale: #373737. Windows color (decimal): -7011002 or 4588949. OLE color: 4588949.

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

Color convert

RGB149570-
CMYK00.970.530.42
HSL332.92º93.51%30.2%-
HSV(B)332.92º96.64%58.43%-
XYZ13.556.946.42-
YUV55.47136.21194.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.52%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 70 (27.73% from 255) = 31.25%
R=66.52%
G=2.23%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14957000.970.530.42332.9293.5130.2
Hex95546061352A14d5e1e
Octal22551060141655251513636
Binary10010101101100011001100001110101101010101001101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950546; }

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

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

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

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

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

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

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

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