Html Css Color HEX #740710 Burgundy

📋 copy color: '#740710'

red 116 ◦ green 7 ◦ blue 16

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

Shades of Burgundy #740710

Tints of Burgundy #740710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

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

R = 83.45%
G = 5.04%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#740710 (or 0x740710) is known color: Burgundy. HEX triplet: 74, 07 and 10. RGB value is (116,7,16). Sum of RGB (Red+Green+Blue) = 116+7+16=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740710 is #8BF8EF. Grayscale: #282828. Windows color (decimal): -9173232 or 1050484. OLE color: 1050484.

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

Color convert

RGB 116 7 16 -
CMYK 0 0.94 0.86 0.55
HSL 355.05º 0.89% 0.24% -
HSV(B) 355.05º 0.94% 0.45% -
XYZ 7.37 3.9 0.85 -
YUV 40.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 116 7 16 0 0.94 0.86 0.55 355.05 0.89 0.24
Hex 74 7 10 0 5E 56 37 163 59 18
Octal 164 7 20 0 136 126 67 543 131 30
Binary 1110100 111 10000 0 1011110 1010110 110111 101100011 1011001 11000

Color Harmonies of #740710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740710

Black with #740710

Text Example


Text Example

White with #740710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740710; }

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

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

background-color css

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

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

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

border-color css

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

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

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