Html Css Color HEX #940650 Jazzberry Jam

📋 copy color: '#940650'

red 148 ◦ green 6 ◦ blue 80

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

Shades of Jazzberry Jam #940650

Tints of Jazzberry Jam #940650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 63.25%
G = 2.56%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#940650 (or 0x940650) is known color: Jazzberry Jam. HEX triplet: 94, 06 and 50. RGB value is (148,6,80). Sum of RGB (Red+Green+Blue) = 148+6+80=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #940650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940650 is #6BF9AF. Grayscale: #383838. Windows color (decimal): -7076272 or 5244564. OLE color: 5244564.

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

Color convert

RGB 148 6 80 -
CMYK 0 0.96 0.46 0.42
HSL 328.73º 0.92% 0.3% -
HSV(B) 328.73º 0.96% 0.58% -
XYZ 13.73 7.01 8.22 -
YUV 56.89 141.04 192.98 -
System Red Green Blue C M Y K H S L
Decimal 148 6 80 0 0.96 0.46 0.42 328.73 0.92 0.3
Hex 94 6 50 0 60 2E 2A 149 5C 1E
Octal 224 6 120 0 140 56 52 511 134 36
Binary 10010100 110 1010000 0 1100000 101110 101010 101001001 1011100 11110

Color Harmonies of #940650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940650

Black with #940650

Text Example


Text Example

White with #940650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940650; }

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

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

background-color css

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

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

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

border-color css

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

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

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