Html Css Color HEX #940442 Jazzberry Jam

📋 copy color: '#940442'

red 148 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #940442

Tints of Jazzberry Jam #940442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 67.89%
G = 1.83%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#940442 (or 0x940442) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 42. RGB value is (148,4,66). Sum of RGB (Red+Green+Blue) = 148+4+66=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #940442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940442 is #6BFBBD. Grayscale: #363636. Windows color (decimal): -7076798 or 4326548. OLE color: 4326548.

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

Color convert

RGB 148 4 66 -
CMYK 0 0.97 0.55 0.42
HSL 334.17º 0.95% 0.3% -
HSV(B) 334.17º 0.97% 0.58% -
XYZ 13.24 6.78 5.76 -
YUV 54.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 148 4 66 0 0.97 0.55 0.42 334.17 0.95 0.3
Hex 94 4 42 0 61 37 2A 14E 5F 1E
Octal 224 4 102 0 141 67 52 516 137 36
Binary 10010100 100 1000010 0 1100001 110111 101010 101001110 1011111 11110

Color Harmonies of #940442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940442

Black with #940442

Text Example


Text Example

White with #940442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940442; }

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

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

background-color css

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

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

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

border-color css

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

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

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