#880723

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

Shades of Burgundy #880723

Tints of Burgundy #880723

Color information

#880723 (or 0x880723) is unknown color: approx Burgundy. HEX triplet: 88, 07 and 23. RGB value is (136,7,35). Sum of RGB (Red+Green+Blue) = 136+7+35=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880723 is #77F8DC. Grayscale: #303030. Windows color (decimal): -7862493 or 2295688. OLE color: 2295688.

HSL color Cylindrical-coordinate representation of color #880723: hue angle of 346.98º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880723 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB136735-
CMYK00.950.740.47
HSL346.98º90.21%28.04%-
HSV(B)346.98º94.85%53.33%-
XYZ10.535.512.1-
YUV48.76120.24190.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 76.40%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 35 (14.06% from 255) = 19.66%
R=76.40%
G=3.93%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13673500.950.740.47346.9890.2128.04
Hex8872305F4A2F15b5a1c
Octal21074301371125753313234
Binary10001000111100011010111111001010101111101011011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880723; }

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

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

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

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

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

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

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

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