#950548

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

Shades of Jazzberry Jam #950548

Tints of Jazzberry Jam #950548

Color information

#950548 (or 0x950548) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 48. RGB value is (149,5,72). Sum of RGB (Red+Green+Blue) = 149+5+72=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #950548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950548 is #6AFAB7. Grayscale: #373737. Windows color (decimal): -7011000 or 4720021. OLE color: 4720021.

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

Color convert

RGB149572-
CMYK00.970.520.42
HSL332.08º93.51%30.2%-
HSV(B)332.08º96.64%58.43%-
XYZ13.626.976.76-
YUV55.69137.21194.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.93%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 72 (28.52% from 255) = 31.86%
R=65.93%
G=2.21%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14957200.970.520.42332.0893.5130.2
Hex95548061342A14c5e1e
Octal22551100141645251413636
Binary10010101101100100001100001110100101010101001100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950548; }

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

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

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

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

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

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

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

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