Html Css Color HEX #93175B Jazzberry Jam

📋 copy color: '#93175B'

red 147 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #93175B

Tints of Jazzberry Jam #93175B

RGB

 RED value IS 147 (57.81% from 255) = 56.32%

 GREEN value IS 23 (9.38% from 255) = 8.81%

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 56.32%
G = 8.81%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93175B (or 0x93175B) is known color: Jazzberry Jam. HEX triplet: 93, 17 and 5B. RGB value is (147,23,91). Sum of RGB (Red+Green+Blue) = 147+23+91=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93175B is #6CE8A4. Grayscale: #434343. Windows color (decimal): -7137445 or 5969811. OLE color: 5969811.

HSL color Cylindrical-coordinate representation of color #93175B: hue angle of 327.1º 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 #93175B is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 23 91 -
CMYK 0 0.84 0.38 0.42
HSL 327.1º 0.73% 0.33% -
HSV(B) 327.1º 0.84% 0.58% -
XYZ 14.23 7.57 10.61 -
YUV 67.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 147 23 91 0 0.84 0.38 0.42 327.1 0.73 0.33
Hex 93 17 5B 0 54 26 2A 147 49 21
Octal 223 27 133 0 124 46 52 507 111 41
Binary 10010011 10111 1011011 0 1010100 100110 101010 101000111 1001001 100001

Color Harmonies of #93175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93175B

Black with #93175B

Text Example


Text Example

White with #93175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93175B;
 }
 .AnyTagClassName
 {
   color: #93175B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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