#77002B

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

Shades of Burgundy #77002B

Tints of Burgundy #77002B

Color information

#77002B (or 0x77002B) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 2B. RGB value is (119,0,43). Sum of RGB (Red+Green+Blue) = 119+0+43=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #77002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77002B is #88FFD4. Grayscale: #282828. Windows color (decimal): -8978389 or 2818167. OLE color: 2818167.

HSL color Cylindrical-coordinate representation of color #77002B: hue angle of 338.32º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #77002B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB119043-
CMYK010.640.53
HSL338.32º100%23.33%-
HSV(B)338.32º100%46.67%-
XYZ8.044.12.65-
YUV40.48129.42184-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=73.46%
G=0%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119043010.640.53338.3210023.33
Hex7702B06440351526417
Octal16705301441006552214427
Binary11101110101011011001001000000110101101010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77002B; }

 p { color: rgb(119,0,43); }

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

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

 a { background-color: rgb(119,0,43); }

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

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

 span { border-color: rgb(119,0,43); }

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