Html Css Color HEX #76080D Burgundy

📋 copy color: '#76080D'

red 118 ◦ green 8 ◦ blue 13

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

Shades of Burgundy #76080D

Tints of Burgundy #76080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.76%

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

R = 84.89%
G = 5.76%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76080D (or 0x76080D) is known color: Burgundy. HEX triplet: 76, 08 and 0D. RGB value is (118,8,13). Sum of RGB (Red+Green+Blue) = 118+8+13=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #76080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76080D is #89F7F2. Grayscale: #292929. Windows color (decimal): -9041907 or 854134. OLE color: 854134.

HSL color Cylindrical-coordinate representation of color #76080D: hue angle of 357.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #76080D is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 8 13 -
CMYK 0 0.93 0.89 0.54
HSL 357.27º 0.87% 0.25% -
HSV(B) 357.27º 0.93% 0.46% -
XYZ 7.63 4.05 0.76 -
YUV 41.46 111.94 182.59 -
System Red Green Blue C M Y K H S L
Decimal 118 8 13 0 0.93 0.89 0.54 357.27 0.87 0.25
Hex 76 8 D 0 5D 59 36 165 57 19
Octal 166 10 15 0 135 131 66 545 127 31
Binary 1110110 1000 1101 0 1011101 1011001 110110 101100101 1010111 11001

Color Harmonies of #76080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76080D

Black with #76080D

Text Example


Text Example

White with #76080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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