Html Css Color HEX #94004A Jazzberry Jam

📋 copy color: '#94004A'

red 148 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #94004A

Tints of Jazzberry Jam #94004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#94004A (or 0x94004A) is known color: Jazzberry Jam. HEX triplet: 94, 00 and 4A. RGB value is (148,0,74). Sum of RGB (Red+Green+Blue) = 148+0+74=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #94004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94004A is #6BFFB5. Grayscale: #343434. Windows color (decimal): -7077814 or 4849812. OLE color: 4849812.

HSL color Cylindrical-coordinate representation of color #94004A: hue angle of 330º 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 #94004A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 0 74 -
CMYK 0 1 0.50 0.42
HSL 330º 1% 0.29% -
HSV(B) 330º 1% 0.58% -
XYZ 13.45 6.79 7.08 -
YUV 52.69 140.03 195.98 -
System Red Green Blue C M Y K H S L
Decimal 148 0 74 0 1 0.50 0.42 330 1 0.29
Hex 94 0 4A 0 64 32 2A 14A 64 1D
Octal 224 0 112 0 144 62 52 512 144 35
Binary 10010100 0 1001010 0 1100100 110010 101010 101001010 1100100 11101

Color Harmonies of #94004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94004A

Black with #94004A

Text Example


Text Example

White with #94004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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