Html Css Color HEX #940D50 Jazzberry Jam

📋 copy color: '#940D50'

red 148 ◦ green 13 ◦ blue 80

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

Shades of Jazzberry Jam #940D50

Tints of Jazzberry Jam #940D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.39%

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

R = 61.41%
G = 5.39%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#940D50 (or 0x940D50) is known color: Jazzberry Jam. HEX triplet: 94, 0D and 50. RGB value is (148,13,80). Sum of RGB (Red+Green+Blue) = 148+13+80=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #940D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D50 is #6BF2AF. Grayscale: #3C3C3C. Windows color (decimal): -7074480 or 5246356. OLE color: 5246356.

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

Color convert

RGB 148 13 80 -
CMYK 0 0.91 0.46 0.42
HSL 330.22º 0.84% 0.32% -
HSV(B) 330.22º 0.91% 0.58% -
XYZ 13.8 7.16 8.24 -
YUV 61 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 148 13 80 0 0.91 0.46 0.42 330.22 0.84 0.32
Hex 94 D 50 0 5B 2E 2A 14A 54 20
Octal 224 15 120 0 133 56 52 512 124 40
Binary 10010100 1101 1010000 0 1011011 101110 101010 101001010 1010100 100000

Color Harmonies of #940D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D50

Black with #940D50

Text Example


Text Example

White with #940D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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