Html Css Color HEX #770A18 Burgundy

📋 copy color: '#770A18'

red 119 ◦ green 10 ◦ blue 24

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

Shades of Burgundy #770A18

Tints of Burgundy #770A18

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.54%

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

R = 77.78%
G = 6.54%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#770A18 (or 0x770A18) is known color: Burgundy. HEX triplet: 77, 0A and 18. RGB value is (119,10,24). Sum of RGB (Red+Green+Blue) = 119+10+24=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #770A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770A18 is #88F5E7. Grayscale: #2C2C2C. Windows color (decimal): -8975848 or 1575543. OLE color: 1575543.

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

Color convert

RGB 119 10 24 -
CMYK 0 0.92 0.80 0.53
HSL 352.29º 0.84% 0.25% -
HSV(B) 352.29º 0.92% 0.47% -
XYZ 7.88 4.2 1.26 -
YUV 44.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 119 10 24 0 0.92 0.80 0.53 352.29 0.84 0.25
Hex 77 A 18 0 5C 50 35 160 54 19
Octal 167 12 30 0 134 120 65 540 124 31
Binary 1110111 1010 11000 0 1011100 1010000 110101 101100000 1010100 11001

Color Harmonies of #770A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770A18

Black with #770A18

Text Example


Text Example

White with #770A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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