#760018

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

Shades of Burgundy #760018

Tints of Burgundy #760018

Color information

#760018 (or 0x760018) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 18. RGB value is (118,0,24). Sum of RGB (Red+Green+Blue) = 118+0+24=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760018 is #89FFE7. Grayscale: #262626. Windows color (decimal): -9043944 or 1572982. OLE color: 1572982.

HSL color Cylindrical-coordinate representation of color #760018: hue angle of 347.8º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760018 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB118024-
CMYK010.800.54
HSL347.8º100%23.14%-
HSV(B)347.8º100%46.27%-
XYZ7.643.921.22-
YUV38.02120.09185.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 83.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=83.10%
G=0%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118024010.800.54347.810023.14
Hex76018064503615c6417
Octal16603001441206653414427
Binary1110110011000011001001010000110110101011100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760018; }

 p { color: rgb(118,0,24); }

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

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

 a { background-color: rgb(118,0,24); }

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

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

 span { border-color: rgb(118,0,24); }

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