Html Css Color HEX #770610 Burgundy

📋 copy color: '#770610'

red 119 ◦ green 6 ◦ blue 16

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

Shades of Burgundy #770610

Tints of Burgundy #770610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

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

R = 84.4%
G = 4.26%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770610 (or 0x770610) is known color: Burgundy. HEX triplet: 77, 06 and 10. RGB value is (119,6,16). Sum of RGB (Red+Green+Blue) = 119+6+16=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #770610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770610 is #88F9EF. Grayscale: #282828. Windows color (decimal): -8976880 or 1050231. OLE color: 1050231.

HSL color Cylindrical-coordinate representation of color #770610: hue angle of 354.69º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770610 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 16 -
CMYK 0 0.95 0.87 0.53
HSL 354.69º 0.9% 0.25% -
HSV(B) 354.69º 0.95% 0.47% -
XYZ 7.77 4.09 0.87 -
YUV 40.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 119 6 16 0 0.95 0.87 0.53 354.69 0.9 0.25
Hex 77 6 10 0 5F 57 35 163 5A 19
Octal 167 6 20 0 137 127 65 543 132 31
Binary 1110111 110 10000 0 1011111 1010111 110101 101100011 1011010 11001

Color Harmonies of #770610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770610

Black with #770610

Text Example


Text Example

White with #770610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770610; }

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

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

background-color css

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

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

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

border-color css

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

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

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