Html Css Color HEX #770515 Burgundy

📋 copy color: '#770515'

red 119 ◦ green 5 ◦ blue 21

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

Shades of Burgundy #770515

Tints of Burgundy #770515

RGB

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

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

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

R = 82.07%
G = 3.45%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#770515 (or 0x770515) is known color: Burgundy. HEX triplet: 77, 05 and 15. RGB value is (119,5,21). Sum of RGB (Red+Green+Blue) = 119+5+21=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770515 is #88FAEA. Grayscale: #282828. Windows color (decimal): -8977131 or 1377655. OLE color: 1377655.

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

Color convert

RGB 119 5 21 -
CMYK 0 0.96 0.82 0.53
HSL 351.58º 0.92% 0.24% -
HSV(B) 351.58º 0.96% 0.47% -
XYZ 7.8 4.08 1.09 -
YUV 40.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 119 5 21 0 0.96 0.82 0.53 351.58 0.92 0.24
Hex 77 5 15 0 60 52 35 160 5C 18
Octal 167 5 25 0 140 122 65 540 134 30
Binary 1110111 101 10101 0 1100000 1010010 110101 101100000 1011100 11000

Color Harmonies of #770515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770515

Black with #770515

Text Example


Text Example

White with #770515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770515; }

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

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

background-color css

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

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

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

border-color css

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

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

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