Html Css Color HEX #740714 Burgundy

📋 copy color: '#740714'

red 116 ◦ green 7 ◦ blue 20

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

Shades of Burgundy #740714

Tints of Burgundy #740714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.99%

R = 81.12%
G = 4.9%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#740714 (or 0x740714) is known color: Burgundy. HEX triplet: 74, 07 and 14. RGB value is (116,7,20). Sum of RGB (Red+Green+Blue) = 116+7+20=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #740714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740714 is #8BF8EB. Grayscale: #292929. Windows color (decimal): -9173228 or 1312628. OLE color: 1312628.

HSL color Cylindrical-coordinate representation of color #740714: hue angle of 352.84º 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 #740714 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 20 -
CMYK 0 0.94 0.83 0.55
HSL 352.84º 0.89% 0.24% -
HSV(B) 352.84º 0.94% 0.45% -
XYZ 7.4 3.92 1.03 -
YUV 41.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 116 7 20 0 0.94 0.83 0.55 352.84 0.89 0.24
Hex 74 7 14 0 5E 53 37 161 59 18
Octal 164 7 24 0 136 123 67 541 131 30
Binary 1110100 111 10100 0 1011110 1010011 110111 101100001 1011001 11000

Color Harmonies of #740714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740714

Black with #740714

Text Example


Text Example

White with #740714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740714; }

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

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

background-color css

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

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

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

border-color css

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

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

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