Html Css Color HEX #76000A Burgundy

📋 copy color: '#76000A'

red 118 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #76000A

Tints of Burgundy #76000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.81%

R = 92.19%
G = 0%
B = 7.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76000A (or 0x76000A) is known color: Burgundy. HEX triplet: 76, 00 and 0A. RGB value is (118,0,10). Sum of RGB (Red+Green+Blue) = 118+0+10=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #76000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76000A is #89FFF5. Grayscale: #242424. Windows color (decimal): -9043958 or 655478. OLE color: 655478.

HSL color Cylindrical-coordinate representation of color #76000A: hue angle of 354.92º 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 #76000A is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 10 -
CMYK 0 1 0.92 0.54
HSL 354.92º 1% 0.23% -
HSV(B) 354.92º 1% 0.46% -
XYZ 7.53 3.87 0.64 -
YUV 36.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 118 0 10 0 1 0.92 0.54 354.92 1 0.23
Hex 76 0 A 0 64 5C 36 163 64 17
Octal 166 0 12 0 144 134 66 543 144 27
Binary 1110110 0 1010 0 1100100 1011100 110110 101100011 1100100 10111

Color Harmonies of #76000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76000A

Black with #76000A

Text Example


Text Example

White with #76000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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