Html Css Color HEX #770320 Burgundy

📋 copy color: '#770320'

red 119 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #770320

Tints of Burgundy #770320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 20.78%

R = 77.27%
G = 1.95%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#770320 (or 0x770320) is known color: Burgundy. HEX triplet: 77, 03 and 20. RGB value is (119,3,32). Sum of RGB (Red+Green+Blue) = 119+3+32=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #770320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770320 is #88FCDF. Grayscale: #282828. Windows color (decimal): -8977632 or 2098039. OLE color: 2098039.

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

Color convert

RGB 119 3 32 -
CMYK 0 0.97 0.73 0.53
HSL 345º 0.95% 0.24% -
HSV(B) 345º 0.97% 0.47% -
XYZ 7.9 4.09 1.74 -
YUV 40.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 119 3 32 0 0.97 0.73 0.53 345 0.95 0.24
Hex 77 3 20 0 61 49 35 159 5F 18
Octal 167 3 40 0 141 111 65 531 137 30
Binary 1110111 11 100000 0 1100001 1001001 110101 101011001 1011111 11000

Color Harmonies of #770320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770320

Black with #770320

Text Example


Text Example

White with #770320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770320; }

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

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

background-color css

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

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

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

border-color css

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

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

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