Html Css Color HEX #940A4D Jazzberry Jam

📋 copy color: '#940A4D'

red 148 ◦ green 10 ◦ blue 77

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

Shades of Jazzberry Jam #940A4D

Tints of Jazzberry Jam #940A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 77 (30.47% from 255) = 32.77%

R = 62.98%
G = 4.26%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#940A4D (or 0x940A4D) is known color: Jazzberry Jam. HEX triplet: 94, 0A and 4D. RGB value is (148,10,77). Sum of RGB (Red+Green+Blue) = 148+10+77=235 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.98% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 148 - color contains mainly: red. Hex color #940A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940A4D is #6BF5B2. Grayscale: #3A3A3A. Windows color (decimal): -7075251 or 5048980. OLE color: 5048980.

HSL color Cylindrical-coordinate representation of color #940A4D: hue angle of 330.87º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940A4D is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 10 77 -
CMYK 0 0.93 0.48 0.42
HSL 330.87º 0.87% 0.31% -
HSV(B) 330.87º 0.93% 0.58% -
XYZ 13.66 7.05 7.66 -
YUV 58.9 138.22 191.55 -
System Red Green Blue C M Y K H S L
Decimal 148 10 77 0 0.93 0.48 0.42 330.87 0.87 0.31
Hex 94 A 4D 0 5D 30 2A 14B 57 1F
Octal 224 12 115 0 135 60 52 513 127 37
Binary 10010100 1010 1001101 0 1011101 110000 101010 101001011 1010111 11111

Color Harmonies of #940A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940A4D

Black with #940A4D

Text Example


Text Example

White with #940A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,10,77); }

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

background-color css

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

 a { background-color: rgb(148,10,77); }

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

border-color css

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

 span { border-color: rgb(148,10,77); }

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