#760E23

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

Shades of Burgundy #760E23

Tints of Burgundy #760E23

Color information

#760E23 (or 0x760E23) is unknown color: approx Burgundy. HEX triplet: 76, 0E and 23. RGB value is (118,14,35). Sum of RGB (Red+Green+Blue) = 118+14+35=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #760E23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E23 is #89F1DC. Grayscale: #2F2F2F. Windows color (decimal): -9040349 or 2297462. OLE color: 2297462.

HSL color Cylindrical-coordinate representation of color #760E23: hue angle of 347.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E23 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1181435-
CMYK00.880.700.54
HSL347.88º78.79%25.88%-
HSV(B)347.88º88.14%46.27%-
XYZ7.934.292-
YUV47.49120.96178.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=70.66%
G=8.38%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118143500.880.700.54347.8878.7925.88
Hex76E23058463615c4f1a
Octal166164301301066653411732
Binary11101101110100011010110001000110110110101011100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760E23; }

 p { color: rgb(118,14,35); }

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

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

 a { background-color: rgb(118,14,35); }

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

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

 span { border-color: rgb(118,14,35); }

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