Html Css Color HEX #740210 Burgundy

📋 copy color: '#740210'

red 116 ◦ green 2 ◦ blue 16

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

Shades of Burgundy #740210

Tints of Burgundy #740210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 86.57%
G = 1.49%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#740210 (or 0x740210) is known color: Burgundy. HEX triplet: 74, 02 and 10. RGB value is (116,2,16). Sum of RGB (Red+Green+Blue) = 116+2+16=134 (17% of max value = 765). Red value is 116 (45.70% from 255 or 86.57% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 116 - color contains mainly: red. Hex color #740210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740210 is #8BFDEF. Grayscale: #252525. Windows color (decimal): -9174512 or 1049204. OLE color: 1049204.

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

Color convert

RGB 116 2 16 -
CMYK 0 0.98 0.86 0.55
HSL 352.63º 0.97% 0.23% -
HSV(B) 352.63º 0.98% 0.45% -
XYZ 7.32 3.79 0.84 -
YUV 37.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 116 2 16 0 0.98 0.86 0.55 352.63 0.97 0.23
Hex 74 2 10 0 62 56 37 161 61 17
Octal 164 2 20 0 142 126 67 541 141 27
Binary 1110100 10 10000 0 1100010 1010110 110111 101100001 1100001 10111

Color Harmonies of #740210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740210

Black with #740210

Text Example


Text Example

White with #740210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740210; }

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

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

background-color css

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

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

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

border-color css

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

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

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