#8A0834

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

Shades of Burgundy #8A0834

Tints of Burgundy #8A0834

Color information

#8A0834 (or 0x8A0834) is unknown color: approx Burgundy. HEX triplet: 8A, 08 and 34. RGB value is (138,8,52). Sum of RGB (Red+Green+Blue) = 138+8+52=198 (26% of max value = 765). Red value is 138 (54.30% from 255 or 69.70% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0834 is #75F7CB. Grayscale: #333333. Windows color (decimal): -7731148 or 3410058. OLE color: 3410058.

HSL color Cylindrical-coordinate representation of color #8A0834: hue angle of 339.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0834 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB138852-
CMYK00.940.620.46
HSL339.69º89.04%28.63%-
HSV(B)339.69º94.2%54.12%-
XYZ11.195.823.78-
YUV51.89128.07189.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 69.70%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=69.70%
G=4.04%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13885200.940.620.46339.6989.0428.63
Hex8A83405E3E2E154591d
Octal21210640136765652413135
Binary10001010100011010001011110111110101110101010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,8,52); }

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

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

 a { background-color: rgb(138,8,52); }

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

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

 span { border-color: rgb(138,8,52); }

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