Html Css Color HEX #770915 Burgundy

📋 copy color: '#770915'

red 119 ◦ green 9 ◦ blue 21

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

Shades of Burgundy #770915

Tints of Burgundy #770915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

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

R = 79.87%
G = 6.04%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#770915 (or 0x770915) is known color: Burgundy. HEX triplet: 77, 09 and 15. RGB value is (119,9,21). Sum of RGB (Red+Green+Blue) = 119+9+21=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #770915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770915 is #88F6EA. Grayscale: #2B2B2B. Windows color (decimal): -8976107 or 1378679. OLE color: 1378679.

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

Color convert

RGB 119 9 21 -
CMYK 0 0.92 0.82 0.53
HSL 353.45º 0.86% 0.25% -
HSV(B) 353.45º 0.92% 0.47% -
XYZ 7.84 4.17 1.1 -
YUV 43.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 119 9 21 0 0.92 0.82 0.53 353.45 0.86 0.25
Hex 77 9 15 0 5C 52 35 161 56 19
Octal 167 11 25 0 134 122 65 541 126 31
Binary 1110111 1001 10101 0 1011100 1010010 110101 101100001 1010110 11001

Color Harmonies of #770915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770915

Black with #770915

Text Example


Text Example

White with #770915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770915; }

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

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

background-color css

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

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

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

border-color css

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

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

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