#8A0723

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

Shades of Burgundy #8A0723

Tints of Burgundy #8A0723

Color information

#8A0723 (or 0x8A0723) is unknown color: approx Burgundy. HEX triplet: 8A, 07 and 23. RGB value is (138,7,35). Sum of RGB (Red+Green+Blue) = 138+7+35=180 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.67% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0723 is #75F8DC. Grayscale: #313131. Windows color (decimal): -7731421 or 2295690. OLE color: 2295690.

HSL color Cylindrical-coordinate representation of color #8A0723: hue angle of 347.18º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0723 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB138735-
CMYK00.950.750.46
HSL347.18º90.34%28.43%-
HSV(B)347.18º94.93%54.12%-
XYZ10.865.682.11-
YUV49.36119.9191.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 76.67%
GREEN value IS 7 (3.12% from 255) = 3.89%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=76.67%
G=3.89%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13873500.950.750.46347.1890.3428.43
Hex8A72305F4B2E15b5a1c
Octal21274301371135653313234
Binary10001010111100011010111111001011101110101011011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,35); }

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

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

 a { background-color: rgb(138,7,35); }

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

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

 span { border-color: rgb(138,7,35); }

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