#98034D

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

Shades of Jazzberry Jam #98034D

Tints of Jazzberry Jam #98034D

Color information

#98034D (or 0x98034D) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 03 and 4D. RGB value is (152,3,77). Sum of RGB (Red+Green+Blue) = 152+3+77=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98034D is #67FCB2. Grayscale: #373737. Windows color (decimal): -6814899 or 5047192. OLE color: 5047192.

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

Color convert

RGB152377-
CMYK00.980.490.40
HSL330.2º96.13%30.39%-
HSV(B)330.2º98.03%59.61%-
XYZ14.327.287.67-
YUV55.99139.86196.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.52%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=65.52%
G=1.29%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15237700.980.490.40330.296.1330.39
Hex9834D062312814a601e
Octal23031150142615051214036
Binary1001100011100110101100010110001101000101001010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,3,77); }

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

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

 a { background-color: rgb(152,3,77); }

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

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

 span { border-color: rgb(152,3,77); }

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