Html Css Color HEX #770D0F Burgundy

📋 copy color: '#770D0F'

red 119 ◦ green 13 ◦ blue 15

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

Shades of Burgundy #770D0F

Tints of Burgundy #770D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.84%

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

R = 80.95%
G = 8.84%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#770D0F (or 0x770D0F) is known color: Burgundy. HEX triplet: 77, 0D and 0F. RGB value is (119,13,15). Sum of RGB (Red+Green+Blue) = 119+13+15=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #770D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D0F is #88F2F0. Grayscale: #2D2D2D. Windows color (decimal): -8975089 or 986487. OLE color: 986487.

HSL color Cylindrical-coordinate representation of color #770D0F: hue angle of 358.87º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D0F is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 15 -
CMYK 0 0.89 0.87 0.53
HSL 358.87º 0.8% 0.26% -
HSV(B) 358.87º 0.89% 0.47% -
XYZ 7.84 4.24 0.86 -
YUV 44.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 119 13 15 0 0.89 0.87 0.53 358.87 0.8 0.26
Hex 77 D F 0 59 57 35 167 50 1A
Octal 167 15 17 0 131 127 65 547 120 32
Binary 1110111 1101 1111 0 1011001 1010111 110101 101100111 1010000 11010

Color Harmonies of #770D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D0F

Black with #770D0F

Text Example


Text Example

White with #770D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770D0F; }

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

 H1.HeaderClassName
 {
   color: #770D0F;
 }
 .AnyTagClassName
 {
   color: #770D0F;
 }
</style>

background-color css

<style>
 a { background-color: #770D0F; }

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

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

border-color css

<style>
 span { border-color: #770D0F; }

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

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