Html Css Color HEX #760010 Burgundy

📋 copy color: '#760010'

red 118 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #760010

Tints of Burgundy #760010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 88.06%
G = 0%
B = 11.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#760010 (or 0x760010) is known color: Burgundy. HEX triplet: 76, 00 and 10. RGB value is (118,0,16). Sum of RGB (Red+Green+Blue) = 118+0+16=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760010 is #89FFEF. Grayscale: #252525. Windows color (decimal): -9043952 or 1048694. OLE color: 1048694.

HSL color Cylindrical-coordinate representation of color #760010: hue angle of 351.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760010 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 16 -
CMYK 0 1 0.86 0.54
HSL 351.86º 1% 0.23% -
HSV(B) 351.86º 1% 0.46% -
XYZ 7.56 3.89 0.84 -
YUV 37.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 118 0 16 0 1 0.86 0.54 351.86 1 0.23
Hex 76 0 10 0 64 56 36 160 64 17
Octal 166 0 20 0 144 126 66 540 144 27
Binary 1110110 0 10000 0 1100100 1010110 110110 101100000 1100100 10111

Color Harmonies of #760010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760010

Black with #760010

Text Example


Text Example

White with #760010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760010; }

 p { color: rgb(118,0,16); }

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

background-color css

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

 a { background-color: rgb(118,0,16); }

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

border-color css

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

 span { border-color: rgb(118,0,16); }

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