#98003E

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

Shades of Jazzberry Jam #98003E

Tints of Jazzberry Jam #98003E

Color information

#98003E (or 0x98003E) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 00 and 3E. RGB value is (152,0,62). Sum of RGB (Red+Green+Blue) = 152+0+62=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98003E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98003E is #67FFC1. Grayscale: #343434. Windows color (decimal): -6815682 or 4063384. OLE color: 4063384.

HSL color Cylindrical-coordinate representation of color #98003E: hue angle of 335.53º 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 #98003E is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB152062-
CMYK010.590.40
HSL335.53º100%29.8%-
HSV(B)335.53º100%59.61%-
XYZ13.827.025.18-
YUV52.52133.36198.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=71.03%
G=0%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152062010.590.40335.5310029.8
Hex9803E0643B28150641e
Octal2300760144735052014436
Binary10011000011111001100100111011101000101010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98003E; }

 p { color: rgb(152,0,62); }

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

<style>
 a { background-color: #98003E; }

 a { background-color: rgb(152,0,62); }

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

<style>
 span { border-color: #98003E; }

 span { border-color: rgb(152,0,62); }

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