Html Css Color HEX #760113 Burgundy

📋 copy color: '#760113'

red 118 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #760113

Tints of Burgundy #760113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 85.51%
G = 0.72%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#760113 (or 0x760113) is known color: Burgundy. HEX triplet: 76, 01 and 13. RGB value is (118,1,19). Sum of RGB (Red+Green+Blue) = 118+1+19=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760113 is #89FEEC. Grayscale: #262626. Windows color (decimal): -9043693 or 1245558. OLE color: 1245558.

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

Color convert

RGB 118 1 19 -
CMYK 0 0.99 0.84 0.54
HSL 350.77º 0.98% 0.23% -
HSV(B) 350.77º 0.99% 0.46% -
XYZ 7.6 3.92 0.97 -
YUV 38.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 118 1 19 0 0.99 0.84 0.54 350.77 0.98 0.23
Hex 76 1 13 0 63 54 36 15F 62 17
Octal 166 1 23 0 143 124 66 537 142 27
Binary 1110110 1 10011 0 1100011 1010100 110110 101011111 1100010 10111

Color Harmonies of #760113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760113

Black with #760113

Text Example


Text Example

White with #760113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760113; }

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

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

background-color css

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

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

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

border-color css

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

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

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