#95175F

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

Shades of Jazzberry Jam #95175F

Tints of Jazzberry Jam #95175F

Color information

#95175F (or 0x95175F) is unknown color: approx Jazzberry Jam. HEX triplet: 95, 17 and 5F. RGB value is (149,23,95). Sum of RGB (Red+Green+Blue) = 149+23+95=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #95175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95175F is #6AE8A0. Grayscale: #444444. Windows color (decimal): -7006369 or 6231957. OLE color: 6231957.

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

Color convert

RGB1492395-
CMYK00.850.360.42
HSL325.71º73.26%33.73%-
HSV(B)325.71º84.56%58.43%-
XYZ14.777.8311.56-
YUV68.88142.74185.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 23 (9.38% from 255) = 8.61%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=55.81%
G=8.61%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149239500.850.360.42325.7173.2633.73
Hex95175F055242A1464922
Octal225271370125445250611142
Binary10010101101111011111010101011001001010101010001101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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