Html Css Color HEX #770318 Burgundy

📋 copy color: '#770318'

red 119 ◦ green 3 ◦ blue 24

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

Shades of Burgundy #770318

Tints of Burgundy #770318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.44%

R = 81.51%
G = 2.05%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#770318 (or 0x770318) is known color: Burgundy. HEX triplet: 77, 03 and 18. RGB value is (119,3,24). Sum of RGB (Red+Green+Blue) = 119+3+24=146 (19% of max value = 765). Red value is 119 (46.88% from 255 or 81.51% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 119 - color contains mainly: red. Hex color #770318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770318 is #88FCE7. Grayscale: #282828. Windows color (decimal): -8977640 or 1573751. OLE color: 1573751.

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

Color convert

RGB 119 3 24 -
CMYK 0 0.97 0.80 0.53
HSL 349.14º 0.95% 0.24% -
HSV(B) 349.14º 0.97% 0.47% -
XYZ 7.81 4.05 1.24 -
YUV 40.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 119 3 24 0 0.97 0.80 0.53 349.14 0.95 0.24
Hex 77 3 18 0 61 50 35 15D 5F 18
Octal 167 3 30 0 141 120 65 535 137 30
Binary 1110111 11 11000 0 1100001 1010000 110101 101011101 1011111 11000

Color Harmonies of #770318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770318

Black with #770318

Text Example


Text Example

White with #770318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770318; }

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

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

background-color css

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

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

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

border-color css

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

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

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