Html Css Color HEX #760512 Burgundy

📋 copy color: '#760512'

red 118 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #760512

Tints of Burgundy #760512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 83.69%
G = 3.55%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#760512 (or 0x760512) is known color: Burgundy. HEX triplet: 76, 05 and 12. RGB value is (118,5,18). Sum of RGB (Red+Green+Blue) = 118+5+18=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760512 is #89FAED. Grayscale: #282828. Windows color (decimal): -9042670 or 1181046. OLE color: 1181046.

HSL color Cylindrical-coordinate representation of color #760512: hue angle of 353.1º 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 #760512 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 18 -
CMYK 0 0.96 0.85 0.54
HSL 353.1º 0.92% 0.24% -
HSV(B) 353.1º 0.96% 0.46% -
XYZ 7.63 4 0.94 -
YUV 40.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 118 5 18 0 0.96 0.85 0.54 353.1 0.92 0.24
Hex 76 5 12 0 60 55 36 161 5C 18
Octal 166 5 22 0 140 125 66 541 134 30
Binary 1110110 101 10010 0 1100000 1010101 110110 101100001 1011100 11000

Color Harmonies of #760512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760512

Black with #760512

Text Example


Text Example

White with #760512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760512; }

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

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

background-color css

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

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

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

border-color css

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

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

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