Html Css Color HEX #760110 Burgundy

📋 copy color: '#760110'

red 118 ◦ green 1 ◦ blue 16

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

Shades of Burgundy #760110

Tints of Burgundy #760110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

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

R = 87.41%
G = 0.74%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#760110 (or 0x760110) is known color: Burgundy. HEX triplet: 76, 01 and 10. RGB value is (118,1,16). Sum of RGB (Red+Green+Blue) = 118+1+16=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #760110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760110 is #89FEEF. Grayscale: #252525. Windows color (decimal): -9043696 or 1048950. OLE color: 1048950.

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

Color convert

RGB 118 1 16 -
CMYK 0 0.99 0.86 0.54
HSL 352.31º 0.98% 0.23% -
HSV(B) 352.31º 0.99% 0.46% -
XYZ 7.58 3.91 0.85 -
YUV 37.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 118 1 16 0 0.99 0.86 0.54 352.31 0.98 0.23
Hex 76 1 10 0 63 56 36 160 62 17
Octal 166 1 20 0 143 126 66 540 142 27
Binary 1110110 1 10000 0 1100011 1010110 110110 101100000 1100010 10111

Color Harmonies of #760110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760110

Black with #760110

Text Example


Text Example

White with #760110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760110; }

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

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

background-color css

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

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

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

border-color css

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

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

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