#98063B

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

Shades of Burgundy #98063B

Tints of Burgundy #98063B

Color information

#98063B (or 0x98063B) is unknown color: approx Burgundy. HEX triplet: 98, 06 and 3B. RGB value is (152,6,59). Sum of RGB (Red+Green+Blue) = 152+6+59=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #98063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98063B is #67F9C4. Grayscale: #373737. Windows color (decimal): -6814149 or 3868312. OLE color: 3868312.

HSL color Cylindrical-coordinate representation of color #98063B: hue angle of 338.22º 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 #98063B is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB152659-
CMYK00.960.610.40
HSL338.22º92.41%30.98%-
HSV(B)338.22º96.05%59.61%-
XYZ13.87.124.78-
YUV55.7129.87196.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.05%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=70.05%
G=2.76%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15265900.960.610.40338.2292.4130.98
Hex9863B0603D281525c1f
Octal2306730140755052213437
Binary1001100011011101101100000111101101000101010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98063B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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