#98023D

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

Shades of Jazzberry Jam #98023D

Tints of Jazzberry Jam #98023D

Color information

#98023D (or 0x98023D) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 02 and 3D. RGB value is (152,2,61). Sum of RGB (Red+Green+Blue) = 152+2+61=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98023D is #67FDC2. Grayscale: #353535. Windows color (decimal): -6815171 or 3998360. OLE color: 3998360.

HSL color Cylindrical-coordinate representation of color #98023D: hue angle of 336.4º 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 #98023D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB152261-
CMYK00.990.600.40
HSL336.4º97.4%30.2%-
HSV(B)336.4º98.68%59.61%-
XYZ13.817.065.05-
YUV53.58132.2198.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.70%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=70.70%
G=0.93%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15226100.990.600.40336.497.430.2
Hex9823D0633C28150611e
Octal2302750143745052014136
Binary100110001011110101100011111100101000101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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