#770D0F

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

Shades of Burgundy #770D0F

Tints of Burgundy #770D0F

Color information

#770D0F (or 0x770D0F) is unknown color: approx Burgundy. HEX triplet: 77, 0D and 0F. RGB value is (119,13,15). Sum of RGB (Red+Green+Blue) = 119+13+15=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #770D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D0F is #88F2F0. Grayscale: #2D2D2D. Windows color (decimal): -8975089 or 986487. OLE color: 986487.

HSL color Cylindrical-coordinate representation of color #770D0F: hue angle of 358.87º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D0F is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1191315-
CMYK00.890.870.53
HSL358.87º80.3%25.88%-
HSV(B)358.87º89.08%46.67%-
XYZ7.844.240.86-
YUV44.92111.12180.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.95%
GREEN value IS 13 (5.47% from 255) = 8.84%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=80.95%
G=8.84%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119131500.890.870.53358.8780.325.88
Hex77DF0595735167501a
Octal167151701311276554712032
Binary111011111011111010110011010111110101101100111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770D0F; }

 p { color: rgb(119,13,15); }

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

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

 a { background-color: rgb(119,13,15); }

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

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

 span { border-color: rgb(119,13,15); }

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