Html Css Color HEX #770327 Burgundy

📋 copy color: '#770327'

red 119 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #770327

Tints of Burgundy #770327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 73.91%
G = 1.86%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#770327 (or 0x770327) is known color: Burgundy. HEX triplet: 77, 03 and 27. RGB value is (119,3,39). Sum of RGB (Red+Green+Blue) = 119+3+39=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770327 is #88FCD8. Grayscale: #292929. Windows color (decimal): -8977625 or 2556791. OLE color: 2556791.

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

Color convert

RGB 119 3 39 -
CMYK 0 0.97 0.67 0.53
HSL 341.38º 0.95% 0.24% -
HSV(B) 341.38º 0.97% 0.47% -
XYZ 8.01 4.13 2.3 -
YUV 41.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 119 3 39 0 0.97 0.67 0.53 341.38 0.95 0.24
Hex 77 3 27 0 61 43 35 155 5F 18
Octal 167 3 47 0 141 103 65 525 137 30
Binary 1110111 11 100111 0 1100001 1000011 110101 101010101 1011111 11000

Color Harmonies of #770327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770327

Black with #770327

Text Example


Text Example

White with #770327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770327; }

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

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

background-color css

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

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

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

border-color css

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

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

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