#98024A

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

Shades of Jazzberry Jam #98024A

Tints of Jazzberry Jam #98024A

Color information

#98024A (or 0x98024A) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 02 and 4A. RGB value is (152,2,74). Sum of RGB (Red+Green+Blue) = 152+2+74=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #98024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98024A is #67FDB5. Grayscale: #363636. Windows color (decimal): -6815158 or 4850328. OLE color: 4850328.

HSL color Cylindrical-coordinate representation of color #98024A: hue angle of 331.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 #98024A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB152274-
CMYK00.990.510.40
HSL331.2º97.4%30.2%-
HSV(B)331.2º98.68%59.61%-
XYZ14.217.217.12-
YUV55.06138.7197.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=66.67%
G=0.88%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15227400.990.510.40331.297.430.2
Hex9824A063332814b611e
Octal23021120143635051314136
Binary1001100010100101001100011110011101000101001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,2,74); }

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

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

 a { background-color: rgb(152,2,74); }

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

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

 span { border-color: rgb(152,2,74); }

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