#99004A

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

Shades of Jazzberry Jam #99004A

Tints of Jazzberry Jam #99004A

Color information

#99004A (or 0x99004A) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 00 and 4A. RGB value is (153,0,74). Sum of RGB (Red+Green+Blue) = 153+0+74=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #99004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99004A is #66FFB5. Grayscale: #363636. Windows color (decimal): -6750134 or 4849817. OLE color: 4849817.

HSL color Cylindrical-coordinate representation of color #99004A: hue angle of 330.98º 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 #99004A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB153074-
CMYK010.520.4
HSL330.98º100%30%-
HSV(B)330.98º100%60%-
XYZ14.377.277.12-
YUV54.18139.19198.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 32.60%
R=67.40%
G=0%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153074010.520.4330.9810030
Hex9904A064342814b641e
Octal23101120144645051314436
Binary100110010100101001100100110100101000101001011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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