Html Css Color HEX #76040D Burgundy

📋 copy color: '#76040D'

red 118 ◦ green 4 ◦ blue 13

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

Shades of Burgundy #76040D

Tints of Burgundy #76040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.96%

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

R = 87.41%
G = 2.96%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76040D (or 0x76040D) is known color: Burgundy. HEX triplet: 76, 04 and 0D. RGB value is (118,4,13). Sum of RGB (Red+Green+Blue) = 118+4+13=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #76040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76040D is #89FBF2. Grayscale: #272727. Windows color (decimal): -9042931 or 853110. OLE color: 853110.

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

Color convert

RGB 118 4 13 -
CMYK 0 0.97 0.89 0.54
HSL 355.26º 0.93% 0.24% -
HSV(B) 355.26º 0.97% 0.46% -
XYZ 7.59 3.97 0.75 -
YUV 39.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 118 4 13 0 0.97 0.89 0.54 355.26 0.93 0.24
Hex 76 4 D 0 61 59 36 163 5D 18
Octal 166 4 15 0 141 131 66 543 135 30
Binary 1110110 100 1101 0 1100001 1011001 110110 101100011 1011101 11000

Color Harmonies of #76040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76040D

Black with #76040D

Text Example


Text Example

White with #76040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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