Html Css Color HEX #740016 Burgundy

📋 copy color: '#740016'

red 116 ◦ green 0 ◦ blue 22

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

Shades of Burgundy #740016

Tints of Burgundy #740016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.94%

R = 84.06%
G = 0%
B = 15.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#740016 (or 0x740016) is known color: Burgundy. HEX triplet: 74, 00 and 16. RGB value is (116,0,22). Sum of RGB (Red+Green+Blue) = 116+0+22=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #740016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740016 is #8BFFE9. Grayscale: #252525. Windows color (decimal): -9175018 or 1441908. OLE color: 1441908.

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

Color convert

RGB 116 0 22 -
CMYK 0 1 0.81 0.55
HSL 348.62º 1% 0.23% -
HSV(B) 348.62º 1% 0.45% -
XYZ 7.35 3.77 1.1 -
YUV 37.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 116 0 22 0 1 0.81 0.55 348.62 1 0.23
Hex 74 0 16 0 64 51 37 15D 64 17
Octal 164 0 26 0 144 121 67 535 144 27
Binary 1110100 0 10110 0 1100100 1010001 110111 101011101 1100100 10111

Color Harmonies of #740016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740016

Black with #740016

Text Example


Text Example

White with #740016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740016; }

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

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

background-color css

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

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

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

border-color css

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

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

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