Html Css Color HEX #94074C Jazzberry Jam

📋 copy color: '#94074C'

red 148 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #94074C

Tints of Jazzberry Jam #94074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.03%

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

R = 64.07%
G = 3.03%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94074C (or 0x94074C) is known color: Jazzberry Jam. HEX triplet: 94, 07 and 4C. RGB value is (148,7,76). Sum of RGB (Red+Green+Blue) = 148+7+76=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #94074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94074C is #6BF8B3. Grayscale: #383838. Windows color (decimal): -7076020 or 4982676. OLE color: 4982676.

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

Color convert

RGB 148 7 76 -
CMYK 0 0.95 0.49 0.42
HSL 330.64º 0.91% 0.3% -
HSV(B) 330.64º 0.95% 0.58% -
XYZ 13.59 6.97 7.47 -
YUV 57.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 148 7 76 0 0.95 0.49 0.42 330.64 0.91 0.3
Hex 94 7 4C 0 5F 31 2A 14B 5B 1E
Octal 224 7 114 0 137 61 52 513 133 36
Binary 10010100 111 1001100 0 1011111 110001 101010 101001011 1011011 11110

Color Harmonies of #94074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94074C

Black with #94074C

Text Example


Text Example

White with #94074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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