Html Css Color HEX #770215 Burgundy

📋 copy color: '#770215'

red 119 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #770215

Tints of Burgundy #770215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 83.8%
G = 1.41%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#770215 (or 0x770215) is known color: Burgundy. HEX triplet: 77, 02 and 15. RGB value is (119,2,21). Sum of RGB (Red+Green+Blue) = 119+2+21=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770215 is #88FDEA. Grayscale: #272727. Windows color (decimal): -8977899 or 1376887. OLE color: 1376887.

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

Color convert

RGB 119 2 21 -
CMYK 0 0.98 0.82 0.53
HSL 350.26º 0.97% 0.24% -
HSV(B) 350.26º 0.98% 0.47% -
XYZ 7.76 4.02 1.08 -
YUV 39.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 119 2 21 0 0.98 0.82 0.53 350.26 0.97 0.24
Hex 77 2 15 0 62 52 35 15E 61 18
Octal 167 2 25 0 142 122 65 536 141 30
Binary 1110111 10 10101 0 1100010 1010010 110101 101011110 1100001 11000

Color Harmonies of #770215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770215

Black with #770215

Text Example


Text Example

White with #770215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770215; }

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

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

background-color css

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

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

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

border-color css

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

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

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