Html Css Color HEX #940444 Jazzberry Jam

📋 copy color: '#940444'

red 148 ◦ green 4 ◦ blue 68

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

Shades of Jazzberry Jam #940444

Tints of Jazzberry Jam #940444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.91%

R = 67.27%
G = 1.82%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#940444 (or 0x940444) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 44. RGB value is (148,4,68). Sum of RGB (Red+Green+Blue) = 148+4+68=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #940444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940444 is #6BFBBB. Grayscale: #363636. Windows color (decimal): -7076796 or 4457620. OLE color: 4457620.

HSL color Cylindrical-coordinate representation of color #940444: hue angle of 333.33º 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 #940444 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 4 68 -
CMYK 0 0.97 0.54 0.42
HSL 333.33º 0.95% 0.3% -
HSV(B) 333.33º 0.97% 0.58% -
XYZ 13.3 6.8 6.08 -
YUV 54.35 135.71 194.8 -
System Red Green Blue C M Y K H S L
Decimal 148 4 68 0 0.97 0.54 0.42 333.33 0.95 0.3
Hex 94 4 44 0 61 36 2A 14D 5F 1E
Octal 224 4 104 0 141 66 52 515 137 36
Binary 10010100 100 1000100 0 1100001 110110 101010 101001101 1011111 11110

Color Harmonies of #940444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940444

Black with #940444

Text Example


Text Example

White with #940444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940444; }

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

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

background-color css

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

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

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

border-color css

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

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

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