Html Css Color HEX #770510 Burgundy

📋 copy color: '#770510'

red 119 ◦ green 5 ◦ blue 16

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

Shades of Burgundy #770510

Tints of Burgundy #770510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.43%

R = 85%
G = 3.57%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770510 (or 0x770510) is known color: Burgundy. HEX triplet: 77, 05 and 10. RGB value is (119,5,16). Sum of RGB (Red+Green+Blue) = 119+5+16=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #770510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770510 is #88FAEF. Grayscale: #282828. Windows color (decimal): -8977136 or 1049975. OLE color: 1049975.

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

Color convert

RGB 119 5 16 -
CMYK 0 0.96 0.87 0.53
HSL 354.21º 0.92% 0.24% -
HSV(B) 354.21º 0.96% 0.47% -
XYZ 7.76 4.07 0.87 -
YUV 40.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 119 5 16 0 0.96 0.87 0.53 354.21 0.92 0.24
Hex 77 5 10 0 60 57 35 162 5C 18
Octal 167 5 20 0 140 127 65 542 134 30
Binary 1110111 101 10000 0 1100000 1010111 110101 101100010 1011100 11000

Color Harmonies of #770510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770510

Black with #770510

Text Example


Text Example

White with #770510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770510; }

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

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

background-color css

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

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

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

border-color css

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

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

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