Html Css Color HEX #94114D Jazzberry Jam

📋 copy color: '#94114D'

red 148 ◦ green 17 ◦ blue 77

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

Shades of Jazzberry Jam #94114D

Tints of Jazzberry Jam #94114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 77 (30.47% from 255) = 31.82%

R = 61.16%
G = 7.02%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94114D (or 0x94114D) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 4D. RGB value is (148,17,77). Sum of RGB (Red+Green+Blue) = 148+17+77=242 (32% of max value = 765). Red value is 148 (58.20% from 255 or 61.16% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 148 - color contains mainly: red. Hex color #94114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94114D is #6BEEB2. Grayscale: #3E3E3E. Windows color (decimal): -7073459 or 5050772. OLE color: 5050772.

HSL color Cylindrical-coordinate representation of color #94114D: hue angle of 332.52º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94114D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 17 77 -
CMYK 0 0.89 0.48 0.42
HSL 332.52º 0.79% 0.32% -
HSV(B) 332.52º 0.89% 0.58% -
XYZ 13.75 7.23 7.69 -
YUV 63.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 148 17 77 0 0.89 0.48 0.42 332.52 0.79 0.32
Hex 94 11 4D 0 59 30 2A 14D 4F 20
Octal 224 21 115 0 131 60 52 515 117 40
Binary 10010100 10001 1001101 0 1011001 110000 101010 101001101 1001111 100000

Color Harmonies of #94114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94114D

Black with #94114D

Text Example


Text Example

White with #94114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,17,77); }

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

background-color css

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

 a { background-color: rgb(148,17,77); }

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

border-color css

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

 span { border-color: rgb(148,17,77); }

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