#76000F

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

Shades of Burgundy #76000F

Tints of Burgundy #76000F

Color information

#76000F (or 0x76000F) is unknown color: approx Burgundy. HEX triplet: 76, 00 and 0F. RGB value is (118,0,15). Sum of RGB (Red+Green+Blue) = 118+0+15=133 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.72% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 118 - color contains mainly: red. Hex color #76000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76000F is #89FFF0. Grayscale: #252525. Windows color (decimal): -9043953 or 983158. OLE color: 983158.

HSL color Cylindrical-coordinate representation of color #76000F: hue angle of 352.37º 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 #76000F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB118015-
CMYK010.870.54
HSL352.37º100%23.14%-
HSV(B)352.37º100%46.27%-
XYZ7.563.890.8-
YUV36.99115.59185.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 88.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=88.72%
G=0%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118015010.870.54352.3710023.14
Hex760F06457361606417
Octal16601701441276654014427
Binary111011001111011001001010111110110101100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76000F; }

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

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

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

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

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

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

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

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