#99004D

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

Shades of Jazzberry Jam #99004D

Tints of Jazzberry Jam #99004D

Color information

#99004D (or 0x99004D) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 00 and 4D. RGB value is (153,0,77). Sum of RGB (Red+Green+Blue) = 153+0+77=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #99004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99004D is #66FFB2. Grayscale: #363636. Windows color (decimal): -6750131 or 5046425. OLE color: 5046425.

HSL color Cylindrical-coordinate representation of color #99004D: hue angle of 329.8º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99004D is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB153077-
CMYK010.500.4
HSL329.8º100%30%-
HSV(B)329.8º100%60%-
XYZ14.487.317.67-
YUV54.52140.69198.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=66.52%
G=0%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153077010.500.4329.810030
Hex9904D064322814a641e
Octal23101150144625051214436
Binary100110010100110101100100110010101000101001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99004D; }

 p { color: rgb(153,0,77); }

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

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

 a { background-color: rgb(153,0,77); }

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

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

 span { border-color: rgb(153,0,77); }

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