Html Css Color HEX #941450 Jazzberry Jam

📋 copy color: '#941450'

red 148 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #941450

Tints of Jazzberry Jam #941450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 59.68%
G = 8.06%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#941450 (or 0x941450) is known color: Jazzberry Jam. HEX triplet: 94, 14 and 50. RGB value is (148,20,80). Sum of RGB (Red+Green+Blue) = 148+20+80=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #941450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941450 is #6BEBAF. Grayscale: #414141. Windows color (decimal): -7072688 or 5248148. OLE color: 5248148.

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

Color convert

RGB 148 20 80 -
CMYK 0 0.86 0.46 0.42
HSL 331.88º 0.76% 0.33% -
HSV(B) 331.88º 0.86% 0.58% -
XYZ 13.91 7.38 8.28 -
YUV 65.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 148 20 80 0 0.86 0.46 0.42 331.88 0.76 0.33
Hex 94 14 50 0 56 2E 2A 14C 4C 21
Octal 224 24 120 0 126 56 52 514 114 41
Binary 10010100 10100 1010000 0 1010110 101110 101010 101001100 1001100 100001

Color Harmonies of #941450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941450

Black with #941450

Text Example


Text Example

White with #941450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941450; }

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

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

background-color css

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

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

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

border-color css

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

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

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