Html Css Color HEX #740015 Burgundy

📋 copy color: '#740015'

red 116 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #740015

Tints of Burgundy #740015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.67%
G = 0%
B = 15.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#740015 (or 0x740015) is known color: Burgundy. HEX triplet: 74, 00 and 15. RGB value is (116,0,21). Sum of RGB (Red+Green+Blue) = 116+0+21=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #740015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740015 is #8BFFEA. Grayscale: #252525. Windows color (decimal): -9175019 or 1376372. OLE color: 1376372.

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

Color convert

RGB 116 0 21 -
CMYK 0 1 0.82 0.55
HSL 349.14º 1% 0.23% -
HSV(B) 349.14º 1% 0.45% -
XYZ 7.34 3.77 1.05 -
YUV 37.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 116 0 21 0 1 0.82 0.55 349.14 1 0.23
Hex 74 0 15 0 64 52 37 15D 64 17
Octal 164 0 25 0 144 122 67 535 144 27
Binary 1110100 0 10101 0 1100100 1010010 110111 101011101 1100100 10111

Color Harmonies of #740015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740015

Black with #740015

Text Example


Text Example

White with #740015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740015; }

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

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

background-color css

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

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

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

border-color css

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

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

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