#95114D

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

Shades of Jazzberry Jam #95114D

Tints of Jazzberry Jam #95114D

Color information

#95114D (or 0x95114D) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 11 and 4D. RGB value is (149,17,77). Sum of RGB (Red+Green+Blue) = 149+17+77=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95114D is #6AEEB2. Grayscale: #3F3F3F. Windows color (decimal): -7007923 or 5050773. OLE color: 5050773.

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

Color convert

RGB1491777-
CMYK00.890.480.42
HSL332.73º79.52%32.55%-
HSV(B)332.73º88.59%58.43%-
XYZ13.937.337.7-
YUV63.31135.73189.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.32%
GREEN value IS 17 (7.03% from 255) = 7.00%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=61.32%
G=7.00%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149177700.890.480.42332.7379.5232.55
Hex95114D059302A14d5021
Octal225211150131605251512041
Binary10010101100011001101010110011100001010101010011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95114D; }

 p { color: rgb(149,17,77); }

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

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

 a { background-color: rgb(149,17,77); }

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

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

 span { border-color: rgb(149,17,77); }

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