#951048

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

Shades of Jazzberry Jam #951048

Tints of Jazzberry Jam #951048

Color information

#951048 (or 0x951048) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 10 and 48. RGB value is (149,16,72). Sum of RGB (Red+Green+Blue) = 149+16+72=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #951048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951048 is #6AEFB7. Grayscale: #3E3E3E. Windows color (decimal): -7008184 or 4722837. OLE color: 4722837.

HSL color Cylindrical-coordinate representation of color #951048: hue angle of 334.74º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951048 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1491672-
CMYK00.890.520.42
HSL334.74º80.61%32.35%-
HSV(B)334.74º89.26%58.43%-
XYZ13.757.236.8-
YUV62.15133.56189.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 72 (28.52% from 255) = 30.38%
R=62.87%
G=6.75%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149167200.890.520.42334.7480.6132.35
Hex951048059342A14f5120
Octal225201100131645251712140
Binary10010101100001001000010110011101001010101010011111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951048; }

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

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

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

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

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

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

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

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