#770430

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

Shades of Burgundy #770430

Tints of Burgundy #770430

Color information

#770430 (or 0x770430) is unknown color: approx Burgundy. HEX triplet: 77, 04 and 30. RGB value is (119,4,48). Sum of RGB (Red+Green+Blue) = 119+4+48=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #770430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770430 is #88FBCF. Grayscale: #2B2B2B. Windows color (decimal): -8977360 or 3146871. OLE color: 3146871.

HSL color Cylindrical-coordinate representation of color #770430: hue angle of 337.04º 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 #770430 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB119448-
CMYK00.970.600.53
HSL337.04º93.5%24.12%-
HSV(B)337.04º96.64%46.67%-
XYZ8.184.223.18-
YUV43.4130.6181.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 69.59%
GREEN value IS 4 (1.95% from 255) = 2.34%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=69.59%
G=2.34%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11944800.970.600.53337.0493.524.12
Hex774300613C351515d18
Octal1674600141746552113530
Binary111011110011000001100001111100110101101010001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #770430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #770430; }

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

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

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

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

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

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

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

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