Html Css Color HEX #770E15 Burgundy

📋 copy color: '#770E15'

red 119 ◦ green 14 ◦ blue 21

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

Shades of Burgundy #770E15

Tints of Burgundy #770E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 77.27%
G = 9.09%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#770E15 (or 0x770E15) is known color: Burgundy. HEX triplet: 77, 0E and 15. RGB value is (119,14,21). Sum of RGB (Red+Green+Blue) = 119+14+21=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #770E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770E15 is #88F1EA. Grayscale: #2E2E2E. Windows color (decimal): -8974827 or 1379959. OLE color: 1379959.

HSL color Cylindrical-coordinate representation of color #770E15: hue angle of 356º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #770E15 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 21 -
CMYK 0 0.88 0.82 0.53
HSL 356º 0.79% 0.26% -
HSV(B) 356º 0.88% 0.47% -
XYZ 7.9 4.29 1.12 -
YUV 46.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 119 14 21 0 0.88 0.82 0.53 356 0.79 0.26
Hex 77 E 15 0 58 52 35 164 4F 1A
Octal 167 16 25 0 130 122 65 544 117 32
Binary 1110111 1110 10101 0 1011000 1010010 110101 101100100 1001111 11010

Color Harmonies of #770E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E15

Black with #770E15

Text Example


Text Example

White with #770E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770E15; }

 p { color: rgb(119,14,21); }

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

background-color css

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

 a { background-color: rgb(119,14,21); }

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

border-color css

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

 span { border-color: rgb(119,14,21); }

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