#8C092B

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

Shades of Burgundy #8C092B

Tints of Burgundy #8C092B

Color information

#8C092B (or 0x8C092B) is unknown color: approx Burgundy. HEX triplet: 8C, 09 and 2B. RGB value is (140,9,43). Sum of RGB (Red+Green+Blue) = 140+9+43=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C092B is #73F6D4. Grayscale: #343434. Windows color (decimal): -7599829 or 2820492. OLE color: 2820492.

HSL color Cylindrical-coordinate representation of color #8C092B: hue angle of 344.43º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C092B is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB140943-
CMYK00.940.690.45
HSL344.43º87.92%29.22%-
HSV(B)344.43º93.57%54.9%-
XYZ11.355.952.83-
YUV52.04122.9190.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 72.92%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 43 (17.19% from 255) = 22.40%
R=72.92%
G=4.69%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14094300.940.690.45344.4387.9229.22
Hex8C92B05E452D158581d
Octal214115301361055553013035
Binary100011001001101011010111101000101101101101011000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,9,43); }

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

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

 a { background-color: rgb(140,9,43); }

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

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

 span { border-color: rgb(140,9,43); }

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