Html Css Color HEX #770010 Burgundy

📋 copy color: '#770010'

red 119 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #770010

Tints of Burgundy #770010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.15%
G = 0%
B = 11.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770010 (or 0x770010) is known color: Burgundy. HEX triplet: 77, 00 and 10. RGB value is (119,0,16). Sum of RGB (Red+Green+Blue) = 119+0+16=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #770010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770010 is #88FFEF. Grayscale: #252525. Windows color (decimal): -8978416 or 1048695. OLE color: 1048695.

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

Color convert

RGB 119 0 16 -
CMYK 0 1 0.87 0.53
HSL 351.93º 1% 0.23% -
HSV(B) 351.93º 1% 0.47% -
XYZ 7.7 3.96 0.85 -
YUV 37.41 115.92 186.2 -
System Red Green Blue C M Y K H S L
Decimal 119 0 16 0 1 0.87 0.53 351.93 1 0.23
Hex 77 0 10 0 64 57 35 160 64 17
Octal 167 0 20 0 144 127 65 540 144 27
Binary 1110111 0 10000 0 1100100 1010111 110101 101100000 1100100 10111

Color Harmonies of #770010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770010

Black with #770010

Text Example


Text Example

White with #770010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770010; }

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

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

background-color css

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

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

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

border-color css

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

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

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