Html Css Color HEX #740012 Burgundy

📋 copy color: '#740012'

red 116 ◦ green 0 ◦ blue 18

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

Shades of Burgundy #740012

Tints of Burgundy #740012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 86.57%
G = 0%
B = 13.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#740012 (or 0x740012) is known color: Burgundy. HEX triplet: 74, 00 and 12. RGB value is (116,0,18). Sum of RGB (Red+Green+Blue) = 116+0+18=134 (17% of max value = 765). Red value is 116 (45.70% from 255 or 86.57% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 116 - color contains mainly: red. Hex color #740012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740012 is #8BFFED. Grayscale: #242424. Windows color (decimal): -9175022 or 1179764. OLE color: 1179764.

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

Color convert

RGB 116 0 18 -
CMYK 0 1 0.84 0.55
HSL 350.69º 1% 0.23% -
HSV(B) 350.69º 1% 0.45% -
XYZ 7.31 3.76 0.91 -
YUV 36.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 116 0 18 0 1 0.84 0.55 350.69 1 0.23
Hex 74 0 12 0 64 54 37 15F 64 17
Octal 164 0 22 0 144 124 67 537 144 27
Binary 1110100 0 10010 0 1100100 1010100 110111 101011111 1100100 10111

Color Harmonies of #740012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740012

Black with #740012

Text Example


Text Example

White with #740012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740012; }

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

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

background-color css

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

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

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

border-color css

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

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

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