Html Css Color HEX #94124D Jazzberry Jam

📋 copy color: '#94124D'

red 148 ◦ green 18 ◦ blue 77

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

Shades of Jazzberry Jam #94124D

Tints of Jazzberry Jam #94124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 60.91%
G = 7.41%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94124D (or 0x94124D) is known color: Jazzberry Jam. HEX triplet: 94, 12 and 4D. RGB value is (148,18,77). Sum of RGB (Red+Green+Blue) = 148+18+77=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94124D is #6BEDB2. Grayscale: #3F3F3F. Windows color (decimal): -7073203 or 5051028. OLE color: 5051028.

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

Color convert

RGB 148 18 77 -
CMYK 0 0.88 0.48 0.42
HSL 332.77º 0.78% 0.33% -
HSV(B) 332.77º 0.88% 0.58% -
XYZ 13.77 7.26 7.7 -
YUV 63.6 135.57 188.2 -
System Red Green Blue C M Y K H S L
Decimal 148 18 77 0 0.88 0.48 0.42 332.77 0.78 0.33
Hex 94 12 4D 0 58 30 2A 14D 4E 21
Octal 224 22 115 0 130 60 52 515 116 41
Binary 10010100 10010 1001101 0 1011000 110000 101010 101001101 1001110 100001

Color Harmonies of #94124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94124D

Black with #94124D

Text Example


Text Example

White with #94124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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