Html Css Color HEX #770818 Burgundy

📋 copy color: '#770818'

red 119 ◦ green 8 ◦ blue 24

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

Shades of Burgundy #770818

Tints of Burgundy #770818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.3%

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

R = 78.81%
G = 5.3%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#770818 (or 0x770818) is known color: Burgundy. HEX triplet: 77, 08 and 18. RGB value is (119,8,24). Sum of RGB (Red+Green+Blue) = 119+8+24=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #770818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770818 is #88F7E7. Grayscale: #2B2B2B. Windows color (decimal): -8976360 or 1575031. OLE color: 1575031.

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

Color convert

RGB 119 8 24 -
CMYK 0 0.93 0.80 0.53
HSL 351.35º 0.87% 0.25% -
HSV(B) 351.35º 0.93% 0.47% -
XYZ 7.86 4.16 1.25 -
YUV 43.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 119 8 24 0 0.93 0.80 0.53 351.35 0.87 0.25
Hex 77 8 18 0 5D 50 35 15F 57 19
Octal 167 10 30 0 135 120 65 537 127 31
Binary 1110111 1000 11000 0 1011101 1010000 110101 101011111 1010111 11001

Color Harmonies of #770818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770818

Black with #770818

Text Example


Text Example

White with #770818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770818; }

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

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

background-color css

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

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

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

border-color css

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

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

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