Html Css Color HEX #93175F Jazzberry Jam

📋 copy color: '#93175F'

red 147 ◦ green 23 ◦ blue 95

#93175F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #93175F

Tints of Jazzberry Jam #93175F

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 value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#93175F (or 0x93175F) is known color: 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

RGB 147 23 95 -
CMYK 0 0.84 0.35 0.42
HSL 325.16º 0.73% 0.33% -
HSV(B) 325.16º 0.84% 0.58% -
XYZ 14.4 7.64 11.54 -
YUV 68.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 147 23 95 0 0.84 0.35 0.42 325.16 0.73 0.33
Hex 93 17 5F 0 54 23 2A 145 49 21
Octal 223 27 137 0 124 43 52 505 111 41
Binary 10010011 10111 1011111 0 1010100 100011 101010 101000101 1001001 100001

Color Harmonies of #93175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93175F

Black with #93175F

Text Example


Text Example

White with #93175F

Text Example


Text Example

HTML Codes & Css Web 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>