Html Css Color HEX #94044C Jazzberry Jam

📋 copy color: '#94044C'

red 148 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #94044C

Tints of Jazzberry Jam #94044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 64.91%
G = 1.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94044C (or 0x94044C) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 4C. RGB value is (148,4,76). Sum of RGB (Red+Green+Blue) = 148+4+76=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #94044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94044C is #6BFBB3. Grayscale: #373737. Windows color (decimal): -7076788 or 4981908. OLE color: 4981908.

HSL color Cylindrical-coordinate representation of color #94044C: hue angle of 330º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94044C is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 76 -
CMYK 0 0.97 0.49 0.42
HSL 330º 0.95% 0.3% -
HSV(B) 330º 0.97% 0.58% -
XYZ 13.56 6.9 7.46 -
YUV 55.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 148 4 76 0 0.97 0.49 0.42 330 0.95 0.3
Hex 94 4 4C 0 61 31 2A 14A 5F 1E
Octal 224 4 114 0 141 61 52 512 137 36
Binary 10010100 100 1001100 0 1100001 110001 101010 101001010 1011111 11110

Color Harmonies of #94044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94044C

Black with #94044C

Text Example


Text Example

White with #94044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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