Html Css Color HEX #940641 Jazzberry Jam

📋 copy color: '#940641'

red 148 ◦ green 6 ◦ blue 65

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

Shades of Jazzberry Jam #940641

Tints of Jazzberry Jam #940641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

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

R = 67.58%
G = 2.74%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#940641 (or 0x940641) is known color: Jazzberry Jam. HEX triplet: 94, 06 and 41. RGB value is (148,6,65). Sum of RGB (Red+Green+Blue) = 148+6+65=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #940641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940641 is #6BF9BE. Grayscale: #373737. Windows color (decimal): -7076287 or 4261524. OLE color: 4261524.

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

Color convert

RGB 148 6 65 -
CMYK 0 0.96 0.56 0.42
HSL 335.07º 0.92% 0.3% -
HSV(B) 335.07º 0.96% 0.58% -
XYZ 13.23 6.81 5.62 -
YUV 55.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 148 6 65 0 0.96 0.56 0.42 335.07 0.92 0.3
Hex 94 6 41 0 60 38 2A 14F 5C 1E
Octal 224 6 101 0 140 70 52 517 134 36
Binary 10010100 110 1000001 0 1100000 111000 101010 101001111 1011100 11110

Color Harmonies of #940641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940641

Black with #940641

Text Example


Text Example

White with #940641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940641; }

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

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

background-color css

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

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

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

border-color css

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

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

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