#98063E

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

Shades of Jazzberry Jam #98063E

Tints of Jazzberry Jam #98063E

Color information

#98063E (or 0x98063E) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 06 and 3E. RGB value is (152,6,62). Sum of RGB (Red+Green+Blue) = 152+6+62=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98063E is #67F9C1. Grayscale: #373737. Windows color (decimal): -6814146 or 4064920. OLE color: 4064920.

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

Color convert

RGB152662-
CMYK00.960.590.40
HSL336.99º92.41%30.98%-
HSV(B)336.99º96.05%59.61%-
XYZ13.887.155.21-
YUV56.04131.37196.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=69.09%
G=2.73%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15266200.960.590.40336.9992.4130.98
Hex9863E0603B281515c1f
Octal2306760140735052113437
Binary1001100011011111001100000111011101000101010001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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