Html Css Color HEX #760310 Burgundy

📋 copy color: '#760310'

red 118 ◦ green 3 ◦ blue 16

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

Shades of Burgundy #760310

Tints of Burgundy #760310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 86.13%
G = 2.19%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#760310 (or 0x760310) is known color: Burgundy. HEX triplet: 76, 03 and 10. RGB value is (118,3,16). Sum of RGB (Red+Green+Blue) = 118+3+16=137 (18% of max value = 765). Red value is 118 (46.48% from 255 or 86.13% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 118 - color contains mainly: red. Hex color #760310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760310 is #89FCEF. Grayscale: #262626. Windows color (decimal): -9043184 or 1049462. OLE color: 1049462.

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

Color convert

RGB 118 3 16 -
CMYK 0 0.97 0.86 0.54
HSL 353.22º 0.95% 0.24% -
HSV(B) 353.22º 0.97% 0.46% -
XYZ 7.6 3.95 0.85 -
YUV 38.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 118 3 16 0 0.97 0.86 0.54 353.22 0.95 0.24
Hex 76 3 10 0 61 56 36 161 5F 18
Octal 166 3 20 0 141 126 66 541 137 30
Binary 1110110 11 10000 0 1100001 1010110 110110 101100001 1011111 11000

Color Harmonies of #760310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760310

Black with #760310

Text Example


Text Example

White with #760310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760310; }

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

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

background-color css

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

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

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

border-color css

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

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

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