Html Css Color HEX #770317 Burgundy

📋 copy color: '#770317'

red 119 ◦ green 3 ◦ blue 23

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

Shades of Burgundy #770317

Tints of Burgundy #770317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.86%

R = 82.07%
G = 2.07%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#770317 (or 0x770317) is known color: Burgundy. HEX triplet: 77, 03 and 17. RGB value is (119,3,23). Sum of RGB (Red+Green+Blue) = 119+3+23=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #770317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770317 is #88FCE8. Grayscale: #282828. Windows color (decimal): -8977641 or 1508215. OLE color: 1508215.

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

Color convert

RGB 119 3 23 -
CMYK 0 0.97 0.81 0.53
HSL 349.66º 0.95% 0.24% -
HSV(B) 349.66º 0.97% 0.47% -
XYZ 7.79 4.05 1.18 -
YUV 39.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 119 3 23 0 0.97 0.81 0.53 349.66 0.95 0.24
Hex 77 3 17 0 61 51 35 15E 5F 18
Octal 167 3 27 0 141 121 65 536 137 30
Binary 1110111 11 10111 0 1100001 1010001 110101 101011110 1011111 11000

Color Harmonies of #770317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770317

Black with #770317

Text Example


Text Example

White with #770317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770317; }

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

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

background-color css

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

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

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

border-color css

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

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

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