#77042B

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

Shades of Burgundy #77042B

Tints of Burgundy #77042B

Color information

#77042B (or 0x77042B) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 2B. RGB value is (119,4,43). Sum of RGB (Red+Green+Blue) = 119+4+43=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77042B is #88FBD4. Grayscale: #2A2A2A. Windows color (decimal): -8977365 or 2819191. OLE color: 2819191.

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

Color convert

RGB119443-
CMYK00.970.640.53
HSL339.65º93.5%24.12%-
HSV(B)339.65º96.64%46.67%-
XYZ8.094.182.67-
YUV42.83128.1182.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 71.69%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=71.69%
G=2.41%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11944300.970.640.53339.6593.524.12
Hex7742B06140351545d18
Octal16745301411006552413530
Binary1110111100101011011000011000000110101101010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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