Html Css Color HEX #740915 Burgundy

📋 copy color: '#740915'

red 116 ◦ green 9 ◦ blue 21

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

Shades of Burgundy #740915

Tints of Burgundy #740915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.16%

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

R = 79.45%
G = 6.16%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#740915 (or 0x740915) is known color: Burgundy. HEX triplet: 74, 09 and 15. RGB value is (116,9,21). Sum of RGB (Red+Green+Blue) = 116+9+21=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 21 (8.59% from 255 or 14.38% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #740915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740915 is #8BF6EA. Grayscale: #2A2A2A. Windows color (decimal): -9172715 or 1378676. OLE color: 1378676.

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

Color convert

RGB 116 9 21 -
CMYK 0 0.92 0.82 0.55
HSL 353.27º 0.86% 0.25% -
HSV(B) 353.27º 0.92% 0.45% -
XYZ 7.44 3.96 1.08 -
YUV 42.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 116 9 21 0 0.92 0.82 0.55 353.27 0.86 0.25
Hex 74 9 15 0 5C 52 37 161 56 19
Octal 164 11 25 0 134 122 67 541 126 31
Binary 1110100 1001 10101 0 1011100 1010010 110111 101100001 1010110 11001

Color Harmonies of #740915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740915

Black with #740915

Text Example


Text Example

White with #740915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740915; }

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

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

background-color css

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

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

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

border-color css

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

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

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