#980438

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

Shades of Burgundy #980438

Tints of Burgundy #980438

Color information

#980438 (or 0x980438) is unknown color: approx Burgundy. HEX triplet: 98, 04 and 38. RGB value is (152,4,56). Sum of RGB (Red+Green+Blue) = 152+4+56=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #980438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980438 is #67FBC7. Grayscale: #363636. Windows color (decimal): -6814664 or 3671192. OLE color: 3671192.

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

Color convert

RGB152456-
CMYK00.970.630.40
HSL338.92º94.87%30.59%-
HSV(B)338.92º97.37%59.61%-
XYZ13.717.054.38-
YUV54.18129.03197.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=71.70%
G=1.89%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15245600.970.630.40338.9294.8730.59
Hex984380613F281535f1f
Octal2304700141775052313737
Binary1001100010011100001100001111111101000101010011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980438; }

 p { color: rgb(152,4,56); }

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

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

 a { background-color: rgb(152,4,56); }

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

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

 span { border-color: rgb(152,4,56); }

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