Html Css Color HEX #740810 Burgundy

📋 copy color: '#740810'

red 116 ◦ green 8 ◦ blue 16

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

Shades of Burgundy #740810

Tints of Burgundy #740810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 82.86%
G = 5.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#740810 (or 0x740810) is known color: Burgundy. HEX triplet: 74, 08 and 10. RGB value is (116,8,16). Sum of RGB (Red+Green+Blue) = 116+8+16=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #740810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740810 is #8BF7EF. Grayscale: #292929. Windows color (decimal): -9172976 or 1050740. OLE color: 1050740.

HSL color Cylindrical-coordinate representation of color #740810: hue angle of 355.56º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740810 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 16 -
CMYK 0 0.93 0.86 0.55
HSL 355.56º 0.87% 0.24% -
HSV(B) 355.56º 0.93% 0.45% -
XYZ 7.38 3.92 0.86 -
YUV 41.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 116 8 16 0 0.93 0.86 0.55 355.56 0.87 0.24
Hex 74 8 10 0 5D 56 37 164 57 18
Octal 164 10 20 0 135 126 67 544 127 30
Binary 1110100 1000 10000 0 1011101 1010110 110111 101100100 1010111 11000

Color Harmonies of #740810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740810

Black with #740810

Text Example


Text Example

White with #740810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740810; }

 p { color: rgb(116,8,16); }

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

background-color css

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

 a { background-color: rgb(116,8,16); }

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

border-color css

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

 span { border-color: rgb(116,8,16); }

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