#98073F

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

Shades of Jazzberry Jam #98073F

Tints of Jazzberry Jam #98073F

Color information

#98073F (or 0x98073F) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 07 and 3F. RGB value is (152,7,63). Sum of RGB (Red+Green+Blue) = 152+7+63=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #98073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98073F is #67F8C0. Grayscale: #383838. Windows color (decimal): -6813889 or 4130712. OLE color: 4130712.

HSL color Cylindrical-coordinate representation of color #98073F: hue angle of 336.83º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98073F is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB152763-
CMYK00.950.590.40
HSL336.83º91.19%31.18%-
HSV(B)336.83º95.39%59.61%-
XYZ13.927.195.36-
YUV56.74131.54195.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 68.47%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 63 (25% from 255) = 28.38%
R=68.47%
G=3.15%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15276300.950.590.40336.8391.1931.18
Hex9873F05F3B281515b1f
Octal2307770137735052113337
Binary1001100011111111101011111111011101000101010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98073F; }

 p { color: rgb(152,7,63); }

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

<style>
 a { background-color: #98073F; }

 a { background-color: rgb(152,7,63); }

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

<style>
 span { border-color: #98073F; }

 span { border-color: rgb(152,7,63); }

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