Html Css Color HEX #77020C Burgundy

📋 copy color: '#77020C'

red 119 ◦ green 2 ◦ blue 12

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

Shades of Burgundy #77020C

Tints of Burgundy #77020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.5%

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 89.47%
G = 1.5%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77020C (or 0x77020C) is known color: Burgundy. HEX triplet: 77, 02 and 0C. RGB value is (119,2,12). Sum of RGB (Red+Green+Blue) = 119+2+12=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #77020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77020C is #88FDF3. Grayscale: #262626. Windows color (decimal): -8977908 or 787063. OLE color: 787063.

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

Color convert

RGB 119 2 12 -
CMYK 0 0.98 0.90 0.53
HSL 354.87º 0.97% 0.24% -
HSV(B) 354.87º 0.98% 0.47% -
XYZ 7.7 3.99 0.71 -
YUV 38.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 119 2 12 0 0.98 0.90 0.53 354.87 0.97 0.24
Hex 77 2 C 0 62 5A 35 163 61 18
Octal 167 2 14 0 142 132 65 543 141 30
Binary 1110111 10 1100 0 1100010 1011010 110101 101100011 1100001 11000

Color Harmonies of #77020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77020C

Black with #77020C

Text Example


Text Example

White with #77020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77020C; }

 p { color: rgb(119,2,12); }

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

background-color css

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

 a { background-color: rgb(119,2,12); }

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

border-color css

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

 span { border-color: rgb(119,2,12); }

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