Html Css Color HEX #940F47 Jazzberry Jam

📋 copy color: '#940F47'

red 148 ◦ green 15 ◦ blue 71

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

Shades of Jazzberry Jam #940F47

Tints of Jazzberry Jam #940F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.41%

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

R = 63.25%
G = 6.41%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#940F47 (or 0x940F47) is known color: Jazzberry Jam. HEX triplet: 94, 0F and 47. RGB value is (148,15,71). Sum of RGB (Red+Green+Blue) = 148+15+71=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #940F47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940F47 is #6BF0B8. Grayscale: #3D3D3D. Windows color (decimal): -7073977 or 4657044. OLE color: 4657044.

HSL color Cylindrical-coordinate representation of color #940F47: hue angle of 334.74º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #940F47 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 15 71 -
CMYK 0 0.90 0.52 0.42
HSL 334.74º 0.82% 0.32% -
HSV(B) 334.74º 0.9% 0.58% -
XYZ 13.52 7.09 6.62 -
YUV 61.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 148 15 71 0 0.90 0.52 0.42 334.74 0.82 0.32
Hex 94 F 47 0 5A 34 2A 14F 52 20
Octal 224 17 107 0 132 64 52 517 122 40
Binary 10010100 1111 1000111 0 1011010 110100 101010 101001111 1010010 100000

Color Harmonies of #940F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940F47

Black with #940F47

Text Example


Text Example

White with #940F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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