Html Css Color HEX #94104C Jazzberry Jam

📋 copy color: '#94104C'

red 148 ◦ green 16 ◦ blue 76

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

Shades of Jazzberry Jam #94104C

Tints of Jazzberry Jam #94104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 61.67%
G = 6.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94104C (or 0x94104C) is known color: Jazzberry Jam. HEX triplet: 94, 10 and 4C. RGB value is (148,16,76). Sum of RGB (Red+Green+Blue) = 148+16+76=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #94104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94104C is #6BEFB3. Grayscale: #3E3E3E. Windows color (decimal): -7073716 or 4984980. OLE color: 4984980.

HSL color Cylindrical-coordinate representation of color #94104C: hue angle of 332.73º degrees, saturation: 0.8, 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 #94104C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 16 76 -
CMYK 0 0.89 0.49 0.42
HSL 332.73º 0.8% 0.32% -
HSV(B) 332.73º 0.89% 0.58% -
XYZ 13.7 7.19 7.5 -
YUV 62.31 135.73 189.12 -
System Red Green Blue C M Y K H S L
Decimal 148 16 76 0 0.89 0.49 0.42 332.73 0.8 0.32
Hex 94 10 4C 0 59 31 2A 14D 50 20
Octal 224 20 114 0 131 61 52 515 120 40
Binary 10010100 10000 1001100 0 1011001 110001 101010 101001101 1010000 100000

Color Harmonies of #94104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94104C

Black with #94104C

Text Example


Text Example

White with #94104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94104C; }

 p { color: rgb(148,16,76); }

 H1.HeaderClassName
 {
   color: #94104C;
 }
 .AnyTagClassName
 {
   color: #94104C;
 }
</style>

background-color css

<style>
 a { background-color: #94104C; }

 a { background-color: rgb(148,16,76); }

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

border-color css

<style>
 span { border-color: #94104C; }

 span { border-color: rgb(148,16,76); }

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