#980A38

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

Shades of Burgundy #980A38

Tints of Burgundy #980A38

Color information

#980A38 (or 0x980A38) is unknown color: approx Burgundy. HEX triplet: 98, 0A and 38. RGB value is (152,10,56). Sum of RGB (Red+Green+Blue) = 152+10+56=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #980A38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A38 is #67F5C7. Grayscale: #393939. Windows color (decimal): -6813128 or 3672728. OLE color: 3672728.

HSL color Cylindrical-coordinate representation of color #980A38: hue angle of 340.56º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A38 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB1521056-
CMYK00.930.630.40
HSL340.56º87.65%31.76%-
HSV(B)340.56º93.42%59.61%-
XYZ13.777.184.4-
YUV57.7127.04195.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.72%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=69.72%
G=4.59%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152105600.930.630.40340.5687.6531.76
Hex98A3805D3F281555820
Octal23012700135775052513040
Binary100110001010111000010111011111111010001010101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A38; }

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

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

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

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

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

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

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

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