Html Css Color HEX #760D14 Burgundy

📋 copy color: '#760D14'

red 118 ◦ green 13 ◦ blue 20

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

Shades of Burgundy #760D14

Tints of Burgundy #760D14

RGB

 RED value IS 118 (46.48% from 255) = 78.15%

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

 BLUE value IS 20 (8.2% from 255) = 13.25%

R = 78.15%
G = 8.61%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#760D14 (or 0x760D14) is known color: Burgundy. HEX triplet: 76, 0D and 14. RGB value is (118,13,20). Sum of RGB (Red+Green+Blue) = 118+13+20=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760D14 is #89F2EB. Grayscale: #2D2D2D. Windows color (decimal): -9040620 or 1314166. OLE color: 1314166.

HSL color Cylindrical-coordinate representation of color #760D14: hue angle of 356º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D14 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 20 -
CMYK 0 0.89 0.83 0.54
HSL 356º 0.8% 0.26% -
HSV(B) 356º 0.89% 0.46% -
XYZ 7.74 4.19 1.06 -
YUV 45.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 118 13 20 0 0.89 0.83 0.54 356 0.8 0.26
Hex 76 D 14 0 59 53 36 164 50 1A
Octal 166 15 24 0 131 123 66 544 120 32
Binary 1110110 1101 10100 0 1011001 1010011 110110 101100100 1010000 11010

Color Harmonies of #760D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D14

Black with #760D14

Text Example


Text Example

White with #760D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D14; }

 p { color: rgb(118,13,20); }

 H1.HeaderClassName
 {
   color: #760D14;
 }
 .AnyTagClassName
 {
   color: #760D14;
 }
</style>

background-color css

<style>
 a { background-color: #760D14; }

 a { background-color: rgb(118,13,20); }

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

border-color css

<style>
 span { border-color: #760D14; }

 span { border-color: rgb(118,13,20); }

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