Html Css Color HEX #770323 Burgundy

📋 copy color: '#770323'

red 119 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #770323

Tints of Burgundy #770323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 75.8%
G = 1.91%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#770323 (or 0x770323) is known color: Burgundy. HEX triplet: 77, 03 and 23. RGB value is (119,3,35). Sum of RGB (Red+Green+Blue) = 119+3+35=157 (20% of max value = 765). Red value is 119 (46.88% from 255 or 75.80% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 119 - color contains mainly: red. Hex color #770323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770323 is #88FCDC. Grayscale: #292929. Windows color (decimal): -8977629 or 2294647. OLE color: 2294647.

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

Color convert

RGB 119 3 35 -
CMYK 0 0.97 0.71 0.53
HSL 343.45º 0.95% 0.24% -
HSV(B) 343.45º 0.97% 0.47% -
XYZ 7.94 4.11 1.96 -
YUV 41.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 119 3 35 0 0.97 0.71 0.53 343.45 0.95 0.24
Hex 77 3 23 0 61 47 35 157 5F 18
Octal 167 3 43 0 141 107 65 527 137 30
Binary 1110111 11 100011 0 1100001 1000111 110101 101010111 1011111 11000

Color Harmonies of #770323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770323

Black with #770323

Text Example


Text Example

White with #770323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770323; }

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

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

background-color css

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

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

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

border-color css

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

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

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