Html Css Color HEX #770313 Burgundy

📋 copy color: '#770313'

red 119 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #770313

Tints of Burgundy #770313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 84.4%
G = 2.13%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#770313 (or 0x770313) is known color: Burgundy. HEX triplet: 77, 03 and 13. RGB value is (119,3,19). Sum of RGB (Red+Green+Blue) = 119+3+19=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #770313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770313 is #88FCEC. Grayscale: #272727. Windows color (decimal): -8977645 or 1246071. OLE color: 1246071.

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

Color convert

RGB 119 3 19 -
CMYK 0 0.97 0.84 0.53
HSL 351.72º 0.95% 0.24% -
HSV(B) 351.72º 0.97% 0.47% -
XYZ 7.76 4.03 0.99 -
YUV 39.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 119 3 19 0 0.97 0.84 0.53 351.72 0.95 0.24
Hex 77 3 13 0 61 54 35 160 5F 18
Octal 167 3 23 0 141 124 65 540 137 30
Binary 1110111 11 10011 0 1100001 1010100 110101 101100000 1011111 11000

Color Harmonies of #770313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770313

Black with #770313

Text Example


Text Example

White with #770313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770313; }

 p { color: rgb(119,3,19); }

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

background-color css

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

 a { background-color: rgb(119,3,19); }

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

border-color css

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

 span { border-color: rgb(119,3,19); }

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