#77002A

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

Shades of Burgundy #77002A

Tints of Burgundy #77002A

Color information

#77002A (or 0x77002A) is unknown color: approx Burgundy. HEX triplet: 77, 00 and 2A. RGB value is (119,0,42). Sum of RGB (Red+Green+Blue) = 119+0+42=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #77002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77002A is #88FFD5. Grayscale: #282828. Windows color (decimal): -8978390 or 2752631. OLE color: 2752631.

HSL color Cylindrical-coordinate representation of color #77002A: hue angle of 338.82º 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 #77002A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB119042-
CMYK010.650.53
HSL338.82º100%23.33%-
HSV(B)338.82º100%46.67%-
XYZ8.034.092.56-
YUV40.37128.92184.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 73.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=73.91%
G=0%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119042010.650.53338.8210023.33
Hex7702A06441351536417
Octal16705201441016552314427
Binary11101110101010011001001000001110101101010011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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