#760130

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

Shades of Burgundy #760130

Tints of Burgundy #760130

Color information

#760130 (or 0x760130) is unknown color: approx Burgundy. HEX triplet: 76, 01 and 30. RGB value is (118,1,48). Sum of RGB (Red+Green+Blue) = 118+1+48=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #760130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760130 is #89FECF. Grayscale: #292929. Windows color (decimal): -9043664 or 3146102. OLE color: 3146102.

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

Color convert

RGB118148-
CMYK00.990.590.54
HSL335.9º98.32%23.33%-
HSV(B)335.9º99.15%46.27%-
XYZ8.024.093.16-
YUV41.34131.76182.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=70.66%
G=0.60%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11814800.990.590.54335.998.3223.33
Hex761300633B361506217
Octal1661600143736652014227
Binary1110110111000001100011111011110110101010000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760130; }

 p { color: rgb(118,1,48); }

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

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

 a { background-color: rgb(118,1,48); }

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

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

 span { border-color: rgb(118,1,48); }

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