Html Css Color HEX #760312 Burgundy

📋 copy color: '#760312'

red 118 ◦ green 3 ◦ blue 18

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

Shades of Burgundy #760312

Tints of Burgundy #760312

RGB

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

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

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

R = 84.89%
G = 2.16%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#760312 (or 0x760312) is known color: Burgundy. HEX triplet: 76, 03 and 12. RGB value is (118,3,18). Sum of RGB (Red+Green+Blue) = 118+3+18=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #760312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760312 is #89FCED. Grayscale: #272727. Windows color (decimal): -9043182 or 1180534. OLE color: 1180534.

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

Color convert

RGB 118 3 18 -
CMYK 0 0.97 0.85 0.54
HSL 352.17º 0.95% 0.24% -
HSV(B) 352.17º 0.97% 0.46% -
XYZ 7.61 3.96 0.94 -
YUV 39.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 118 3 18 0 0.97 0.85 0.54 352.17 0.95 0.24
Hex 76 3 12 0 61 55 36 160 5F 18
Octal 166 3 22 0 141 125 66 540 137 30
Binary 1110110 11 10010 0 1100001 1010101 110110 101100000 1011111 11000

Color Harmonies of #760312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760312

Black with #760312

Text Example


Text Example

White with #760312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760312; }

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

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

background-color css

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

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

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

border-color css

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

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

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