Html Css Color HEX #770430 Burgundy

📋 copy color: '#770430'

red 119 ◦ green 4 ◦ blue 48

#770430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #770430

Tints of Burgundy #770430

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 value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#770430 (or 0x770430) is known color: 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

RGB 119 4 48 -
CMYK 0 0.97 0.60 0.53
HSL 337.04º 0.93% 0.24% -
HSV(B) 337.04º 0.97% 0.47% -
XYZ 8.18 4.22 3.18 -
YUV 43.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 119 4 48 0 0.97 0.60 0.53 337.04 0.93 0.24
Hex 77 4 30 0 61 3C 35 151 5D 18
Octal 167 4 60 0 141 74 65 521 135 30
Binary 1110111 100 110000 0 1100001 111100 110101 101010001 1011101 11000

Color Harmonies of #770430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770430

Black with #770430

Text Example


Text Example

White with #770430

Text Example


Text Example

HTML Codes & Css Web 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>