Html Css Color HEX #94004D Jazzberry Jam

📋 copy color: '#94004D'

red 148 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #94004D

Tints of Jazzberry Jam #94004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.78%
G = 0%
B = 34.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94004D (or 0x94004D) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 4D. RGB value is (148,0,77). Sum of RGB (Red+Green+Blue) = 148+0+77=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #94004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94004D is #6BFFB2. Grayscale: #343434. Windows color (decimal): -7077811 or 5046420. OLE color: 5046420.

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

Color convert

RGB 148 0 77 -
CMYK 0 1 0.48 0.42
HSL 328.78º 1% 0.29% -
HSV(B) 328.78º 1% 0.58% -
XYZ 13.55 6.83 7.63 -
YUV 53.03 141.53 195.74 -
System Red Green Blue C M Y K H S L
Decimal 148 0 77 0 1 0.48 0.42 328.78 1 0.29
Hex 94 0 4D 0 64 30 2A 149 64 1D
Octal 224 0 115 0 144 60 52 511 144 35
Binary 10010100 0 1001101 0 1100100 110000 101010 101001001 1100100 11101

Color Harmonies of #94004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94004D

Black with #94004D

Text Example


Text Example

White with #94004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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