Html Css Color HEX #77020D Burgundy

📋 copy color: '#77020D'

red 119 ◦ green 2 ◦ blue 13

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

Shades of Burgundy #77020D

Tints of Burgundy #77020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.7%

R = 88.81%
G = 1.49%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77020D (or 0x77020D) is known color: Burgundy. HEX triplet: 77, 02 and 0D. RGB value is (119,2,13). Sum of RGB (Red+Green+Blue) = 119+2+13=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #77020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77020D is #88FDF2. Grayscale: #262626. Windows color (decimal): -8977907 or 852599. OLE color: 852599.

HSL color Cylindrical-coordinate representation of color #77020D: hue angle of 354.36º 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 #77020D is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 2 13 -
CMYK 0 0.98 0.89 0.53
HSL 354.36º 0.97% 0.24% -
HSV(B) 354.36º 0.98% 0.47% -
XYZ 7.7 3.99 0.75 -
YUV 38.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 119 2 13 0 0.98 0.89 0.53 354.36 0.97 0.24
Hex 77 2 D 0 62 59 35 162 61 18
Octal 167 2 15 0 142 131 65 542 141 30
Binary 1110111 10 1101 0 1100010 1011001 110101 101100010 1100001 11000

Color Harmonies of #77020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77020D

Black with #77020D

Text Example


Text Example

White with #77020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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