Html Css Color HEX #940D4F Jazzberry Jam

📋 copy color: '#940D4F'

red 148 ◦ green 13 ◦ blue 79

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

Shades of Jazzberry Jam #940D4F

Tints of Jazzberry Jam #940D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.92%

R = 61.67%
G = 5.42%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#940D4F (or 0x940D4F) is known color: Jazzberry Jam. HEX triplet: 94, 0D and 4F. RGB value is (148,13,79). Sum of RGB (Red+Green+Blue) = 148+13+79=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #940D4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940D4F is #6BF2B0. Grayscale: #3C3C3C. Windows color (decimal): -7074481 or 5180820. OLE color: 5180820.

HSL color Cylindrical-coordinate representation of color #940D4F: hue angle of 330.67º 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 #940D4F is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 13 79 -
CMYK 0 0.91 0.47 0.42
HSL 330.67º 0.84% 0.32% -
HSV(B) 330.67º 0.91% 0.58% -
XYZ 13.77 7.15 8.05 -
YUV 60.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 148 13 79 0 0.91 0.47 0.42 330.67 0.84 0.32
Hex 94 D 4F 0 5B 2F 2A 14B 54 20
Octal 224 15 117 0 133 57 52 513 124 40
Binary 10010100 1101 1001111 0 1011011 101111 101010 101001011 1010100 100000

Color Harmonies of #940D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D4F

Black with #940D4F

Text Example


Text Example

White with #940D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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