#95145A

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

Shades of Jazzberry Jam #95145A

Tints of Jazzberry Jam #95145A

Color information

#95145A (or 0x95145A) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 14 and 5A. RGB value is (149,20,90). Sum of RGB (Red+Green+Blue) = 149+20+90=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95145A is #6AEBA5. Grayscale: #424242. Windows color (decimal): -7007142 or 5903509. OLE color: 5903509.

HSL color Cylindrical-coordinate representation of color #95145A: hue angle of 327.44º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95145A is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1492090-
CMYK00.870.400.42
HSL327.44º76.33%33.14%-
HSV(B)327.44º86.58%58.43%-
XYZ14.497.6310.38-
YUV66.55141.24186.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.53%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=57.53%
G=7.72%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149209000.870.400.42327.4476.3333.14
Hex95145A057282A1474c21
Octal225241320127505250711441
Binary10010101101001011010010101111010001010101010001111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95145A; }

 p { color: rgb(149,20,90); }

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

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

 a { background-color: rgb(149,20,90); }

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

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

 span { border-color: rgb(149,20,90); }

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