Html Css Color HEX #740017 Burgundy

📋 copy color: '#740017'

red 116 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #740017

Tints of Burgundy #740017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.55%

R = 83.45%
G = 0%
B = 16.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#740017 (or 0x740017) is known color: Burgundy. HEX triplet: 74, 00 and 17. RGB value is (116,0,23). Sum of RGB (Red+Green+Blue) = 116+0+23=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #740017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740017 is #8BFFE8. Grayscale: #252525. Windows color (decimal): -9175017 or 1507444. OLE color: 1507444.

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

Color convert

RGB 116 0 23 -
CMYK 0 1 0.80 0.55
HSL 348.1º 1% 0.23% -
HSV(B) 348.1º 1% 0.45% -
XYZ 7.36 3.77 1.15 -
YUV 37.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 116 0 23 0 1 0.80 0.55 348.1 1 0.23
Hex 74 0 17 0 64 50 37 15C 64 17
Octal 164 0 27 0 144 120 67 534 144 27
Binary 1110100 0 10111 0 1100100 1010000 110111 101011100 1100100 10111

Color Harmonies of #740017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740017

Black with #740017

Text Example


Text Example

White with #740017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740017; }

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

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

background-color css

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

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

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

border-color css

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

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

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