Html Css Color HEX #77070D Burgundy

📋 copy color: '#77070D'

red 119 ◦ green 7 ◦ blue 13

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

Shades of Burgundy #77070D

Tints of Burgundy #77070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 85.61%
G = 5.04%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77070D (or 0x77070D) is known color: Burgundy. HEX triplet: 77, 07 and 0D. RGB value is (119,7,13). Sum of RGB (Red+Green+Blue) = 119+7+13=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #77070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77070D is #88F8F2. Grayscale: #292929. Windows color (decimal): -8976627 or 853879. OLE color: 853879.

HSL color Cylindrical-coordinate representation of color #77070D: hue angle of 356.79º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #77070D is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 7 13 -
CMYK 0 0.94 0.89 0.53
HSL 356.79º 0.89% 0.25% -
HSV(B) 356.79º 0.94% 0.47% -
XYZ 7.76 4.1 0.76 -
YUV 41.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 119 7 13 0 0.94 0.89 0.53 356.79 0.89 0.25
Hex 77 7 D 0 5E 59 35 165 59 19
Octal 167 7 15 0 136 131 65 545 131 31
Binary 1110111 111 1101 0 1011110 1011001 110101 101100101 1011001 11001

Color Harmonies of #77070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77070D

Black with #77070D

Text Example


Text Example

White with #77070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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