Html Css Color HEX #770018 Burgundy

📋 copy color: '#770018'

red 119 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #770018

Tints of Burgundy #770018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.22%
G = 0%
B = 16.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#770018 (or 0x770018) is known color: Burgundy. HEX triplet: 77, 00 and 18. RGB value is (119,0,24). Sum of RGB (Red+Green+Blue) = 119+0+24=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770018 is #88FFE7. Grayscale: #262626. Windows color (decimal): -8978408 or 1572983. OLE color: 1572983.

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

Color convert

RGB 119 0 24 -
CMYK 0 1 0.80 0.53
HSL 347.9º 1% 0.23% -
HSV(B) 347.9º 1% 0.47% -
XYZ 7.77 3.99 1.22 -
YUV 38.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 119 0 24 0 1 0.80 0.53 347.9 1 0.23
Hex 77 0 18 0 64 50 35 15C 64 17
Octal 167 0 30 0 144 120 65 534 144 27
Binary 1110111 0 11000 0 1100100 1010000 110101 101011100 1100100 10111

Color Harmonies of #770018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770018

Black with #770018

Text Example


Text Example

White with #770018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770018; }

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

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

background-color css

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

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

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

border-color css

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

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

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