#940d47

Color #940D47 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #940D47

Tints of Jazzberry Jam #940D47

Color information

#940D47 (or 0x940D47) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 0D and 47. RGB value is (148,13,71). Sum of RGB (Red+Green+Blue) = 148+13+71=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #940D47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D47 is #6BF2B8. Grayscale: #3B3B3B. Windows color (decimal): -7074489 or 4656532. OLE color: 4656532.

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

Color convert

RGB1481371-
CMYK00.910.520.42
HSL334.22º83.85%31.57%-
HSV(B)334.22º91.22%58.04%-
XYZ13.497.046.61-
YUV59.98134.23190.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.79%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=63.79%
G=5.60%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148137100.910.520.42334.2283.8531.57
Hex94D4705B342A14e5420
Octal224151070133645251612440
Binary1001010011011000111010110111101001010101010011101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940d47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #940d47;
 }
 .AnyTagClassName
 {
   color: #940d47;
 }
</style>
background-color css

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

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

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

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

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

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