Html Css Color HEX #940446 Jazzberry Jam

📋 copy color: '#940446'

red 148 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #940446

Tints of Jazzberry Jam #940446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 66.67%
G = 1.8%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#940446 (or 0x940446) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 46. RGB value is (148,4,70). Sum of RGB (Red+Green+Blue) = 148+4+70=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #940446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940446 is #6BFBB9. Grayscale: #363636. Windows color (decimal): -7076794 or 4588692. OLE color: 4588692.

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

Color convert

RGB 148 4 70 -
CMYK 0 0.97 0.53 0.42
HSL 332.5º 0.95% 0.3% -
HSV(B) 332.5º 0.97% 0.58% -
XYZ 13.36 6.82 6.41 -
YUV 54.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 148 4 70 0 0.97 0.53 0.42 332.5 0.95 0.3
Hex 94 4 46 0 61 35 2A 14C 5F 1E
Octal 224 4 106 0 141 65 52 514 137 36
Binary 10010100 100 1000110 0 1100001 110101 101010 101001100 1011111 11110

Color Harmonies of #940446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940446

Black with #940446

Text Example


Text Example

White with #940446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940446; }

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

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

background-color css

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

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

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

border-color css

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

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

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