#8C0D30

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

Shades of Burgundy #8C0D30

Tints of Burgundy #8C0D30

Color information

#8C0D30 (or 0x8C0D30) is unknown color: approx Burgundy. HEX triplet: 8C, 0D and 30. RGB value is (140,13,48). Sum of RGB (Red+Green+Blue) = 140+13+48=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D30 is #73F2CF. Grayscale: #363636. Windows color (decimal): -7598800 or 3149196. OLE color: 3149196.

HSL color Cylindrical-coordinate representation of color #8C0D30: hue angle of 343.46º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D30 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB1401348-
CMYK00.910.660.45
HSL343.46º83.01%30%-
HSV(B)343.46º90.71%54.9%-
XYZ11.496.083.36-
YUV54.96124.08188.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 69.65%
GREEN value IS 13 (5.47% from 255) = 6.47%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=69.65%
G=6.47%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140134800.910.660.45343.4683.0130
Hex8CD3005B422D157531e
Octal214156001331025552712336
Binary100011001101110000010110111000010101101101010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C0D30; }

 p { color: rgb(140,13,48); }

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

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

 a { background-color: rgb(140,13,48); }

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

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

 span { border-color: rgb(140,13,48); }

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