Html Css Color HEX #740410 Burgundy

📋 copy color: '#740410'

red 116 ◦ green 4 ◦ blue 16

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

Shades of Burgundy #740410

Tints of Burgundy #740410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 85.29%
G = 2.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#740410 (or 0x740410) is known color: Burgundy. HEX triplet: 74, 04 and 10. RGB value is (116,4,16). Sum of RGB (Red+Green+Blue) = 116+4+16=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #740410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740410 is #8BFBEF. Grayscale: #262626. Windows color (decimal): -9174000 or 1049716. OLE color: 1049716.

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

Color convert

RGB 116 4 16 -
CMYK 0 0.97 0.86 0.55
HSL 353.57º 0.93% 0.24% -
HSV(B) 353.57º 0.97% 0.45% -
XYZ 7.34 3.84 0.84 -
YUV 38.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 116 4 16 0 0.97 0.86 0.55 353.57 0.93 0.24
Hex 74 4 10 0 61 56 37 162 5D 18
Octal 164 4 20 0 141 126 67 542 135 30
Binary 1110100 100 10000 0 1100001 1010110 110111 101100010 1011101 11000

Color Harmonies of #740410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740410

Black with #740410

Text Example


Text Example

White with #740410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740410; }

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

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

background-color css

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

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

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

border-color css

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

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

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