Html Css Color HEX #770512 Burgundy

📋 copy color: '#770512'

red 119 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #770512

Tints of Burgundy #770512

RGB

 RED value IS 119 (46.88% from 255) = 83.8%

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 83.8%
G = 3.52%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#770512 (or 0x770512) is known color: Burgundy. HEX triplet: 77, 05 and 12. RGB value is (119,5,18). Sum of RGB (Red+Green+Blue) = 119+5+18=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770512 is #88FAED. Grayscale: #282828. Windows color (decimal): -8977134 or 1181047. OLE color: 1181047.

HSL color Cylindrical-coordinate representation of color #770512: hue angle of 353.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770512 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 18 -
CMYK 0 0.96 0.85 0.53
HSL 353.16º 0.92% 0.24% -
HSV(B) 353.16º 0.96% 0.47% -
XYZ 7.77 4.07 0.95 -
YUV 40.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 119 5 18 0 0.96 0.85 0.53 353.16 0.92 0.24
Hex 77 5 12 0 60 55 35 161 5C 18
Octal 167 5 22 0 140 125 65 541 134 30
Binary 1110111 101 10010 0 1100000 1010101 110101 101100001 1011100 11000

Color Harmonies of #770512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770512

Black with #770512

Text Example


Text Example

White with #770512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770512; }

 p { color: rgb(119,5,18); }

 H1.HeaderClassName
 {
   color: #770512;
 }
 .AnyTagClassName
 {
   color: #770512;
 }
</style>

background-color css

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

 a { background-color: rgb(119,5,18); }

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

border-color css

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

 span { border-color: rgb(119,5,18); }

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