#98044C

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

Shades of Jazzberry Jam #98044C

Tints of Jazzberry Jam #98044C

Color information

#98044C (or 0x98044C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 04 and 4C. RGB value is (152,4,76). Sum of RGB (Red+Green+Blue) = 152+4+76=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98044C is #67FBB3. Grayscale: #383838. Windows color (decimal): -6814644 or 4981912. OLE color: 4981912.

HSL color Cylindrical-coordinate representation of color #98044C: hue angle of 330.81º 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 #98044C is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB152476-
CMYK00.970.500.40
HSL330.81º94.87%30.59%-
HSV(B)330.81º97.37%59.61%-
XYZ14.37.287.49-
YUV56.46139.03196.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.52%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=65.52%
G=1.72%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15247600.970.500.40330.8194.8730.59
Hex9844C061322814b5f1f
Octal23041140141625051313737
Binary10011000100100110001100001110010101000101001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98044C; }

 p { color: rgb(152,4,76); }

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

<style>
 a { background-color: #98044C; }

 a { background-color: rgb(152,4,76); }

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

<style>
 span { border-color: #98044C; }

 span { border-color: rgb(152,4,76); }

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