Html Css Color HEX #740311 Burgundy

📋 copy color: '#740311'

red 116 ◦ green 3 ◦ blue 17

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

Shades of Burgundy #740311

Tints of Burgundy #740311

RGB

 RED value IS 116 (45.7% from 255) = 85.29%

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

 BLUE value IS 17 (7.03% from 255) = 12.5%

R = 85.29%
G = 2.21%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#740311 (or 0x740311) is known color: Burgundy. HEX triplet: 74, 03 and 11. RGB value is (116,3,17). Sum of RGB (Red+Green+Blue) = 116+3+17=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #740311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740311 is #8BFCEE. Grayscale: #262626. Windows color (decimal): -9174255 or 1114996. OLE color: 1114996.

HSL color Cylindrical-coordinate representation of color #740311: hue angle of 352.57º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740311 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 17 -
CMYK 0 0.97 0.85 0.55
HSL 352.57º 0.95% 0.23% -
HSV(B) 352.57º 0.97% 0.45% -
XYZ 7.34 3.82 0.88 -
YUV 38.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 116 3 17 0 0.97 0.85 0.55 352.57 0.95 0.23
Hex 74 3 11 0 61 55 37 161 5F 17
Octal 164 3 21 0 141 125 67 541 137 27
Binary 1110100 11 10001 0 1100001 1010101 110111 101100001 1011111 10111

Color Harmonies of #740311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740311

Black with #740311

Text Example


Text Example

White with #740311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740311; }

 p { color: rgb(116,3,17); }

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

background-color css

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

 a { background-color: rgb(116,3,17); }

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

border-color css

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

 span { border-color: rgb(116,3,17); }

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