#770B30

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

Shades of Burgundy #770B30

Tints of Burgundy #770B30

Color information

#770B30 (or 0x770B30) is unknown color: approx Burgundy. HEX triplet: 77, 0B and 30. RGB value is (119,11,48). Sum of RGB (Red+Green+Blue) = 119+11+48=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #770B30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B30 is #88F4CF. Grayscale: #2F2F2F. Windows color (decimal): -8975568 or 3148663. OLE color: 3148663.

HSL color Cylindrical-coordinate representation of color #770B30: hue angle of 339.44º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B30 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1191148-
CMYK00.910.600.53
HSL339.44º83.08%25.49%-
HSV(B)339.44º90.76%46.67%-
XYZ8.264.373.21-
YUV47.51128.28178.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 11 (4.69% from 255) = 6.18%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=66.85%
G=6.18%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119114800.910.600.53339.4483.0825.49
Hex77B3005B3C351535319
Octal16713600133746552312331
Binary1110111101111000001011011111100110101101010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,11,48); }

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

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

 a { background-color: rgb(119,11,48); }

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

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

 span { border-color: rgb(119,11,48); }

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