#95175E

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

Shades of Jazzberry Jam #95175E

Tints of Jazzberry Jam #95175E

Color information

#95175E (or 0x95175E) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 17 and 5E. RGB value is (149,23,94). Sum of RGB (Red+Green+Blue) = 149+23+94=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95175E is #6AE8A1. Grayscale: #444444. Windows color (decimal): -7006370 or 6166421. OLE color: 6166421.

HSL color Cylindrical-coordinate representation of color #95175E: hue angle of 326.19º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95175E is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1492394-
CMYK00.850.370.42
HSL326.19º73.26%33.73%-
HSV(B)326.19º84.56%58.43%-
XYZ14.727.8111.32-
YUV68.77142.24185.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 23 (9.38% from 255) = 8.65%
BLUE value IS 94 (37.11% from 255) = 35.34%
R=56.02%
G=8.65%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149239400.850.370.42326.1973.2633.73
Hex95175E055252A1464922
Octal225271360125455250611142
Binary10010101101111011110010101011001011010101010001101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95175E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95175E; }

 p { color: rgb(149,23,94); }

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

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

 a { background-color: rgb(149,23,94); }

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

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

 span { border-color: rgb(149,23,94); }

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