Html Css Color HEX #770118 Burgundy

📋 copy color: '#770118'

red 119 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #770118

Tints of Burgundy #770118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 82.64%
G = 0.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#770118 (or 0x770118) is known color: Burgundy. HEX triplet: 77, 01 and 18. RGB value is (119,1,24). Sum of RGB (Red+Green+Blue) = 119+1+24=144 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.64% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 119 - color contains mainly: red. Hex color #770118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770118 is #88FEE7. Grayscale: #262626. Windows color (decimal): -8978152 or 1573239. OLE color: 1573239.

HSL color Cylindrical-coordinate representation of color #770118: hue angle of 348.31º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770118 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 24 -
CMYK 0 0.99 0.80 0.53
HSL 348.31º 0.98% 0.24% -
HSV(B) 348.31º 0.99% 0.47% -
XYZ 7.78 4.01 1.23 -
YUV 38.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 119 1 24 0 0.99 0.80 0.53 348.31 0.98 0.24
Hex 77 1 18 0 63 50 35 15C 62 18
Octal 167 1 30 0 143 120 65 534 142 30
Binary 1110111 1 11000 0 1100011 1010000 110101 101011100 1100010 11000

Color Harmonies of #770118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770118

Black with #770118

Text Example


Text Example

White with #770118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770118; }

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

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

background-color css

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

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

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

border-color css

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

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

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