#95124e

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

Shades of Jazzberry Jam #95124E

Tints of Jazzberry Jam #95124E

Color information

#95124E (or 0x95124E) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 12 and 4E. RGB value is (149,18,78). Sum of RGB (Red+Green+Blue) = 149+18+78=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95124E is #6AEDB1. Grayscale: #3F3F3F. Windows color (decimal): -7007666 or 5116565. OLE color: 5116565.

HSL color Cylindrical-coordinate representation of color #95124E: hue angle of 332.52º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95124E is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1491878-
CMYK00.880.480.42
HSL332.52º78.44%32.75%-
HSV(B)332.52º87.92%58.43%-
XYZ13.997.377.89-
YUV64.01135.9188.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=60.82%
G=7.35%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149187800.880.480.42332.5278.4432.75
Hex95124E058302A14d4e21
Octal225221160130605251511641
Binary10010101100101001110010110001100001010101010011011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95124e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95124e; }

 p { color: rgb(149,18,78); }

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

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

 a { background-color: rgb(149,18,78); }

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

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

 span { border-color: rgb(149,18,78); }

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