#93175f

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

Shades of Jazzberry Jam #93175F

Tints of Jazzberry Jam #93175F

Color information

#93175F (or 0x93175F) is unknown color: approx Jazzberry Jam. HEX triplet: 93, 17 and 5F. RGB value is (147,23,95). Sum of RGB (Red+Green+Blue) = 147+23+95=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #93175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93175F is #6CE8A0. Grayscale: #444444. Windows color (decimal): -7137441 or 6231955. OLE color: 6231955.

HSL color Cylindrical-coordinate representation of color #93175F: hue angle of 325.16º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93175F is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1472395-
CMYK00.840.350.42
HSL325.16º72.94%33.33%-
HSV(B)325.16º84.35%57.65%-
XYZ14.47.6411.54-
YUV68.28143.08184.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=55.47%
G=8.68%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147239500.840.350.42325.1672.9433.33
Hex93175F054232A1454921
Octal223271370124435250511141
Binary10010011101111011111010101001000111010101010001011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93175f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93175f; }

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

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

<style>
 a { background-color: #93175f; }

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

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

<style>
 span { border-color: #93175f; }

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

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