Html Css Color HEX #77020F Burgundy

📋 copy color: '#77020F'

red 119 ◦ green 2 ◦ blue 15

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

Shades of Burgundy #77020F

Tints of Burgundy #77020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 87.5%
G = 1.47%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77020F (or 0x77020F) is known color: Burgundy. HEX triplet: 77, 02 and 0F. RGB value is (119,2,15). Sum of RGB (Red+Green+Blue) = 119+2+15=136 (18% of max value = 765). Red value is 119 (46.88% from 255 or 87.5% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 119 - color contains mainly: red. Hex color #77020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77020F is #88FDF0. Grayscale: #262626. Windows color (decimal): -8977905 or 983671. OLE color: 983671.

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

Color convert

RGB 119 2 15 -
CMYK 0 0.98 0.87 0.53
HSL 353.33º 0.97% 0.24% -
HSV(B) 353.33º 0.98% 0.47% -
XYZ 7.72 4 0.82 -
YUV 38.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 119 2 15 0 0.98 0.87 0.53 353.33 0.97 0.24
Hex 77 2 F 0 62 57 35 161 61 18
Octal 167 2 17 0 142 127 65 541 141 30
Binary 1110111 10 1111 0 1100010 1010111 110101 101100001 1100001 11000

Color Harmonies of #77020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77020F

Black with #77020F

Text Example


Text Example

White with #77020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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