Html Css Color HEX #940547 Jazzberry Jam

📋 copy color: '#940547'

red 148 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #940547

Tints of Jazzberry Jam #940547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 71 (28.13% from 255) = 31.7%

R = 66.07%
G = 2.23%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#940547 (or 0x940547) is known color: Jazzberry Jam. HEX triplet: 94, 05 and 47. RGB value is (148,5,71). Sum of RGB (Red+Green+Blue) = 148+5+71=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #940547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940547 is #6BFAB8. Grayscale: #373737. Windows color (decimal): -7076537 or 4654484. OLE color: 4654484.

HSL color Cylindrical-coordinate representation of color #940547: hue angle of 332.31º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940547 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 5 71 -
CMYK 0 0.97 0.52 0.42
HSL 332.31º 0.93% 0.3% -
HSV(B) 332.31º 0.97% 0.58% -
XYZ 13.4 6.86 6.58 -
YUV 55.28 136.88 194.13 -
System Red Green Blue C M Y K H S L
Decimal 148 5 71 0 0.97 0.52 0.42 332.31 0.93 0.3
Hex 94 5 47 0 61 34 2A 14C 5D 1E
Octal 224 5 107 0 141 64 52 514 135 36
Binary 10010100 101 1000111 0 1100001 110100 101010 101001100 1011101 11110

Color Harmonies of #940547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940547

Black with #940547

Text Example


Text Example

White with #940547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940547; }

 p { color: rgb(148,5,71); }

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

background-color css

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

 a { background-color: rgb(148,5,71); }

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

border-color css

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

 span { border-color: rgb(148,5,71); }

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