#9A043D

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

Shades of Jazzberry Jam #9A043D

Tints of Jazzberry Jam #9A043D

Color information

#9A043D (or 0x9A043D) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 04 and 3D. RGB value is (154,4,61). Sum of RGB (Red+Green+Blue) = 154+4+61=219 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70.32% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 154 - color contains mainly: red. Hex color #9A043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A043D is #65FBC2. Grayscale: #373737. Windows color (decimal): -6683587 or 3998874. OLE color: 3998874.

HSL color Cylindrical-coordinate representation of color #9A043D: hue angle of 337.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A043D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB154461-
CMYK00.970.600.40
HSL337.2º94.94%30.98%-
HSV(B)337.2º97.4%60.39%-
XYZ14.217.295.07-
YUV55.35131.2198.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70.32%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=70.32%
G=1.83%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15446100.970.600.40337.294.9430.98
Hex9A43D0613C281515f1f
Octal2324750141745052113737
Binary1001101010011110101100001111100101000101010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A043D; }

 p { color: rgb(154,4,61); }

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

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

 a { background-color: rgb(154,4,61); }

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

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

 span { border-color: rgb(154,4,61); }

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