Html Css Color HEX #76050D Burgundy

📋 copy color: '#76050D'

red 118 ◦ green 5 ◦ blue 13

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

Shades of Burgundy #76050D

Tints of Burgundy #76050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.68%

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

R = 86.76%
G = 3.68%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76050D (or 0x76050D) is known color: Burgundy. HEX triplet: 76, 05 and 0D. RGB value is (118,5,13). Sum of RGB (Red+Green+Blue) = 118+5+13=136 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.76% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 118 - color contains mainly: red. Hex color #76050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76050D is #89FAF2. Grayscale: #272727. Windows color (decimal): -9042675 or 853366. OLE color: 853366.

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

Color convert

RGB 118 5 13 -
CMYK 0 0.96 0.89 0.54
HSL 355.75º 0.92% 0.24% -
HSV(B) 355.75º 0.96% 0.46% -
XYZ 7.6 3.99 0.75 -
YUV 39.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 118 5 13 0 0.96 0.89 0.54 355.75 0.92 0.24
Hex 76 5 D 0 60 59 36 164 5C 18
Octal 166 5 15 0 140 131 66 544 134 30
Binary 1110110 101 1101 0 1100000 1011001 110110 101100100 1011100 11000

Color Harmonies of #76050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76050D

Black with #76050D

Text Example


Text Example

White with #76050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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