Html Css Color HEX #940441 Jazzberry Jam

📋 copy color: '#940441'

red 148 ◦ green 4 ◦ blue 65

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

Shades of Jazzberry Jam #940441

Tints of Jazzberry Jam #940441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 68.2%
G = 1.84%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#940441 (or 0x940441) is known color: Jazzberry Jam. HEX triplet: 94, 04 and 41. RGB value is (148,4,65). Sum of RGB (Red+Green+Blue) = 148+4+65=217 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.20% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 148 - color contains mainly: red. Hex color #940441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940441 is #6BFBBE. Grayscale: #353535. Windows color (decimal): -7076799 or 4261012. OLE color: 4261012.

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

Color convert

RGB 148 4 65 -
CMYK 0 0.97 0.56 0.42
HSL 334.58º 0.95% 0.3% -
HSV(B) 334.58º 0.97% 0.58% -
XYZ 13.21 6.76 5.61 -
YUV 54.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 148 4 65 0 0.97 0.56 0.42 334.58 0.95 0.3
Hex 94 4 41 0 61 38 2A 14F 5F 1E
Octal 224 4 101 0 141 70 52 517 137 36
Binary 10010100 100 1000001 0 1100001 111000 101010 101001111 1011111 11110

Color Harmonies of #940441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940441

Black with #940441

Text Example


Text Example

White with #940441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940441; }

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

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

background-color css

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

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

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

border-color css

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

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

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