Html Css Color HEX #940744 Jazzberry Jam

📋 copy color: '#940744'

red 148 ◦ green 7 ◦ blue 68

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

Shades of Jazzberry Jam #940744

Tints of Jazzberry Jam #940744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 66.37%
G = 3.14%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#940744 (or 0x940744) is known color: Jazzberry Jam. HEX triplet: 94, 07 and 44. RGB value is (148,7,68). Sum of RGB (Red+Green+Blue) = 148+7+68=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #940744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940744 is #6BF8BB. Grayscale: #383838. Windows color (decimal): -7076028 or 4458388. OLE color: 4458388.

HSL color Cylindrical-coordinate representation of color #940744: hue angle of 334.04º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940744 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 7 68 -
CMYK 0 0.95 0.54 0.42
HSL 334.04º 0.91% 0.3% -
HSV(B) 334.04º 0.95% 0.58% -
XYZ 13.33 6.87 6.09 -
YUV 56.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 148 7 68 0 0.95 0.54 0.42 334.04 0.91 0.3
Hex 94 7 44 0 5F 36 2A 14E 5B 1E
Octal 224 7 104 0 137 66 52 516 133 36
Binary 10010100 111 1000100 0 1011111 110110 101010 101001110 1011011 11110

Color Harmonies of #940744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940744

Black with #940744

Text Example


Text Example

White with #940744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940744; }

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

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

background-color css

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

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

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

border-color css

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

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

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