#950547

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

Shades of Jazzberry Jam #950547

Tints of Jazzberry Jam #950547

Color information

#950547 (or 0x950547) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 47. RGB value is (149,5,71). Sum of RGB (Red+Green+Blue) = 149+5+71=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #950547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950547 is #6AFAB8. Grayscale: #373737. Windows color (decimal): -7011001 or 4654485. OLE color: 4654485.

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

Color convert

RGB149571-
CMYK00.970.520.42
HSL332.5º93.51%30.2%-
HSV(B)332.5º96.64%58.43%-
XYZ13.596.956.59-
YUV55.58136.71194.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 66.22%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=66.22%
G=2.22%
B=31.56%

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
Decimal14957100.970.520.42332.593.5130.2
Hex95547061342A14c5e1e
Octal22551070141645251413636
Binary10010101101100011101100001110100101010101001100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950547; }

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

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

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

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

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

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

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

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