Html Css Color HEX #94175D Jazzberry Jam

📋 copy color: '#94175D'

red 148 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #94175D

Tints of Jazzberry Jam #94175D

RGB

 RED value IS 148 (58.2% from 255) = 56.06%

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

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 56.06%
G = 8.71%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94175D (or 0x94175D) is known color: Jazzberry Jam. HEX triplet: 94, 17 and 5D. RGB value is (148,23,93). Sum of RGB (Red+Green+Blue) = 148+23+93=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94175D is #6BE8A2. Grayscale: #444444. Windows color (decimal): -7071907 or 6100884. OLE color: 6100884.

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

Color convert

RGB 148 23 93 -
CMYK 0 0.84 0.37 0.42
HSL 326.4º 0.73% 0.34% -
HSV(B) 326.4º 0.84% 0.58% -
XYZ 14.49 7.7 11.08 -
YUV 68.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 148 23 93 0 0.84 0.37 0.42 326.4 0.73 0.34
Hex 94 17 5D 0 54 25 2A 146 49 22
Octal 224 27 135 0 124 45 52 506 111 42
Binary 10010100 10111 1011101 0 1010100 100101 101010 101000110 1001001 100010

Color Harmonies of #94175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94175D

Black with #94175D

Text Example


Text Example

White with #94175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94175D; }

 p { color: rgb(148,23,93); }

 H1.HeaderClassName
 {
   color: #94175D;
 }
 .AnyTagClassName
 {
   color: #94175D;
 }
</style>

background-color css

<style>
 a { background-color: #94175D; }

 a { background-color: rgb(148,23,93); }

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

border-color css

<style>
 span { border-color: #94175D; }

 span { border-color: rgb(148,23,93); }

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