#99024D

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

Shades of Jazzberry Jam #99024D

Tints of Jazzberry Jam #99024D

Color information

#99024D (or 0x99024D) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 02 and 4D. RGB value is (153,2,77). Sum of RGB (Red+Green+Blue) = 153+2+77=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #99024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99024D is #66FDB2. Grayscale: #373737. Windows color (decimal): -6749619 or 5046937. OLE color: 5046937.

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

Color convert

RGB153277-
CMYK00.990.500.4
HSL330.2º97.42%30.39%-
HSV(B)330.2º98.69%60%-
XYZ14.57.357.68-
YUV55.7140.03197.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.95%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=65.95%
G=0.86%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15327700.990.500.4330.297.4230.39
Hex9924D063322814a611e
Octal23121150143625051214136
Binary1001100110100110101100011110010101000101001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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