#99044E

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

Shades of Jazzberry Jam #99044E

Tints of Jazzberry Jam #99044E

Color information

#99044E (or 0x99044E) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 04 and 4E. RGB value is (153,4,78). Sum of RGB (Red+Green+Blue) = 153+4+78=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99044E is #66FBB1. Grayscale: #383838. Windows color (decimal): -6749106 or 5112985. OLE color: 5112985.

HSL color Cylindrical-coordinate representation of color #99044E: hue angle of 330.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 #99044E is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB153478-
CMYK00.970.490.4
HSL330.2º94.9%30.78%-
HSV(B)330.2º97.39%60%-
XYZ14.567.417.87-
YUV56.99139.86196.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=65.11%
G=1.70%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15347800.970.490.4330.294.930.78
Hex9944E061312814a5f1f
Octal23141160141615051213737
Binary10011001100100111001100001110001101000101001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99044E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99044E; }

 p { color: rgb(153,4,78); }

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

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

 a { background-color: rgb(153,4,78); }

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

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

 span { border-color: rgb(153,4,78); }

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