Html Css Color HEX #940640 Jazzberry Jam

📋 copy color: '#940640'

red 148 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #940640

Tints of Jazzberry Jam #940640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 67.89%
G = 2.75%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#940640 (or 0x940640) is known color: Jazzberry Jam. HEX triplet: 94, 06 and 40. RGB value is (148,6,64). Sum of RGB (Red+Green+Blue) = 148+6+64=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #940640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940640 is #6BF9BF. Grayscale: #363636. Windows color (decimal): -7076288 or 4195988. OLE color: 4195988.

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

Color convert

RGB 148 6 64 -
CMYK 0 0.96 0.57 0.42
HSL 335.49º 0.92% 0.3% -
HSV(B) 335.49º 0.96% 0.58% -
XYZ 13.2 6.8 5.47 -
YUV 55.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 148 6 64 0 0.96 0.57 0.42 335.49 0.92 0.3
Hex 94 6 40 0 60 39 2A 14F 5C 1E
Octal 224 6 100 0 140 71 52 517 134 36
Binary 10010100 110 1000000 0 1100000 111001 101010 101001111 1011100 11110

Color Harmonies of #940640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940640

Black with #940640

Text Example


Text Example

White with #940640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940640; }

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

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

background-color css

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

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

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

border-color css

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

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

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