Html Css Color HEX #760C10 Burgundy

📋 copy color: '#760C10'

red 118 ◦ green 12 ◦ blue 16

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

Shades of Burgundy #760C10

Tints of Burgundy #760C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.22%

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

R = 80.82%
G = 8.22%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#760C10 (or 0x760C10) is known color: Burgundy. HEX triplet: 76, 0C and 10. RGB value is (118,12,16). Sum of RGB (Red+Green+Blue) = 118+12+16=146 (19% of max value = 765). Red value is 118 (46.48% from 255 or 80.82% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 118 - color contains mainly: red. Hex color #760C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C10 is #89F3EF. Grayscale: #2C2C2C. Windows color (decimal): -9040880 or 1051766. OLE color: 1051766.

HSL color Cylindrical-coordinate representation of color #760C10: hue angle of 357.74º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C10 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 16 -
CMYK 0 0.90 0.86 0.54
HSL 357.74º 0.82% 0.25% -
HSV(B) 357.74º 0.9% 0.46% -
XYZ 7.7 4.15 0.89 -
YUV 44.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 118 12 16 0 0.90 0.86 0.54 357.74 0.82 0.25
Hex 76 C 10 0 5A 56 36 166 52 19
Octal 166 14 20 0 132 126 66 546 122 31
Binary 1110110 1100 10000 0 1011010 1010110 110110 101100110 1010010 11001

Color Harmonies of #760C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C10

Black with #760C10

Text Example


Text Example

White with #760C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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