#95054F

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

Shades of Jazzberry Jam #95054F

Tints of Jazzberry Jam #95054F

Color information

#95054F (or 0x95054F) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 05 and 4F. RGB value is (149,5,79). Sum of RGB (Red+Green+Blue) = 149+5+79=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95054F is #6AFAB0. Grayscale: #383838. Windows color (decimal): -7010993 or 5178773. OLE color: 5178773.

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

Color convert

RGB149579-
CMYK00.970.470.42
HSL329.17º93.51%30.2%-
HSV(B)329.17º96.64%58.43%-
XYZ13.867.068.03-
YUV56.49140.71193.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 79 (31.25% from 255) = 33.91%
R=63.95%
G=2.15%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14957900.970.470.42329.1793.5130.2
Hex9554F0612F2A1495e1e
Octal22551170141575251113636
Binary10010101101100111101100001101111101010101001001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95054F; }

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

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

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

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

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

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

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

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