#760827

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

Shades of Burgundy #760827

Tints of Burgundy #760827

Color information

#760827 (or 0x760827) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 27. RGB value is (118,8,39). Sum of RGB (Red+Green+Blue) = 118+8+39=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #760827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760827 is #89F7D8. Grayscale: #2C2C2C. Windows color (decimal): -9041881 or 2558070. OLE color: 2558070.

HSL color Cylindrical-coordinate representation of color #760827: hue angle of 343.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760827 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB118839-
CMYK00.930.670.54
HSL343.09º87.3%24.71%-
HSV(B)343.09º93.22%46.27%-
XYZ7.924.172.31-
YUV44.42124.94180.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.52%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=71.52%
G=4.85%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11883900.930.670.54343.0987.324.71
Hex7682705D43361575719
Octal166104701351036652712731
Binary11101101000100111010111011000011110110101010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760827; }

 p { color: rgb(118,8,39); }

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

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

 a { background-color: rgb(118,8,39); }

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

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

 span { border-color: rgb(118,8,39); }

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