Html Css Color HEX #77000E Burgundy

📋 copy color: '#77000E'

red 119 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #77000E

Tints of Burgundy #77000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 89.47%
G = 0%
B = 10.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77000E (or 0x77000E) is known color: Burgundy. HEX triplet: 77, 00 and 0E. RGB value is (119,0,14). Sum of RGB (Red+Green+Blue) = 119+0+14=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #77000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77000E is #88FFF1. Grayscale: #252525. Windows color (decimal): -8978418 or 917623. OLE color: 917623.

HSL color Cylindrical-coordinate representation of color #77000E: hue angle of 352.94º 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 #77000E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 14 -
CMYK 0 1 0.88 0.53
HSL 352.94º 1% 0.23% -
HSV(B) 352.94º 1% 0.47% -
XYZ 7.69 3.95 0.77 -
YUV 37.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 119 0 14 0 1 0.88 0.53 352.94 1 0.23
Hex 77 0 E 0 64 58 35 161 64 17
Octal 167 0 16 0 144 130 65 541 144 27
Binary 1110111 0 1110 0 1100100 1011000 110101 101100001 1100100 10111

Color Harmonies of #77000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77000E

Black with #77000E

Text Example


Text Example

White with #77000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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