Html Css Color HEX #740715 Burgundy

📋 copy color: '#740715'

red 116 ◦ green 7 ◦ blue 21

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

Shades of Burgundy #740715

Tints of Burgundy #740715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 80.56%
G = 4.86%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#740715 (or 0x740715) is known color: Burgundy. HEX triplet: 74, 07 and 15. RGB value is (116,7,21). Sum of RGB (Red+Green+Blue) = 116+7+21=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740715 is #8BF8EA. Grayscale: #292929. Windows color (decimal): -9173227 or 1378164. OLE color: 1378164.

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

Color convert

RGB 116 7 21 -
CMYK 0 0.94 0.82 0.55
HSL 352.29º 0.89% 0.24% -
HSV(B) 352.29º 0.94% 0.45% -
XYZ 7.41 3.92 1.08 -
YUV 41.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 116 7 21 0 0.94 0.82 0.55 352.29 0.89 0.24
Hex 74 7 15 0 5E 52 37 160 59 18
Octal 164 7 25 0 136 122 67 540 131 30
Binary 1110100 111 10101 0 1011110 1010010 110111 101100000 1011001 11000

Color Harmonies of #740715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740715

Black with #740715

Text Example


Text Example

White with #740715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740715; }

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

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

background-color css

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

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

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

border-color css

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

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

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