Html Css Color HEX #94175F Jazzberry Jam

📋 copy color: '#94175F'

red 148 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #94175F

Tints of Jazzberry Jam #94175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.71%

R = 55.64%
G = 8.65%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94175F (or 0x94175F) is known color: Jazzberry Jam. HEX triplet: 94, 17 and 5F. RGB value is (148,23,95). Sum of RGB (Red+Green+Blue) = 148+23+95=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #94175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94175F is #6BE8A0. Grayscale: #444444. Windows color (decimal): -7071905 or 6231956. OLE color: 6231956.

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

Color convert

RGB 148 23 95 -
CMYK 0 0.84 0.36 0.42
HSL 325.44º 0.73% 0.34% -
HSV(B) 325.44º 0.84% 0.58% -
XYZ 14.58 7.73 11.55 -
YUV 68.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 148 23 95 0 0.84 0.36 0.42 325.44 0.73 0.34
Hex 94 17 5F 0 54 24 2A 145 49 22
Octal 224 27 137 0 124 44 52 505 111 42
Binary 10010100 10111 1011111 0 1010100 100100 101010 101000101 1001001 100010

Color Harmonies of #94175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94175F

Black with #94175F

Text Example


Text Example

White with #94175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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