Html Css Color HEX #941050 Jazzberry Jam

📋 copy color: '#941050'

red 148 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #941050

Tints of Jazzberry Jam #941050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 60.66%
G = 6.56%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#941050 (or 0x941050) is known color: Jazzberry Jam. HEX triplet: 94, 10 and 50. RGB value is (148,16,80). Sum of RGB (Red+Green+Blue) = 148+16+80=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #941050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941050 is #6BEFAF. Grayscale: #3E3E3E. Windows color (decimal): -7073712 or 5247124. OLE color: 5247124.

HSL color Cylindrical-coordinate representation of color #941050: hue angle of 330.91º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941050 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 16 80 -
CMYK 0 0.89 0.46 0.42
HSL 330.91º 0.8% 0.32% -
HSV(B) 330.91º 0.89% 0.58% -
XYZ 13.85 7.25 8.26 -
YUV 62.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 148 16 80 0 0.89 0.46 0.42 330.91 0.8 0.32
Hex 94 10 50 0 59 2E 2A 14B 50 20
Octal 224 20 120 0 131 56 52 513 120 40
Binary 10010100 10000 1010000 0 1011001 101110 101010 101001011 1010000 100000

Color Harmonies of #941050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941050

Black with #941050

Text Example


Text Example

White with #941050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941050; }

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

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

background-color css

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

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

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

border-color css

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

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

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