Html Css Color HEX #740717 Burgundy

📋 copy color: '#740717'

red 116 ◦ green 7 ◦ blue 23

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

Shades of Burgundy #740717

Tints of Burgundy #740717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.79%

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

R = 79.45%
G = 4.79%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#740717 (or 0x740717) is known color: Burgundy. HEX triplet: 74, 07 and 17. RGB value is (116,7,23). Sum of RGB (Red+Green+Blue) = 116+7+23=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #740717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740717 is #8BF8E8. Grayscale: #292929. Windows color (decimal): -9173225 or 1509236. OLE color: 1509236.

HSL color Cylindrical-coordinate representation of color #740717: hue angle of 351.19º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740717 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 23 -
CMYK 0 0.94 0.80 0.55
HSL 351.19º 0.89% 0.24% -
HSV(B) 351.19º 0.94% 0.45% -
XYZ 7.43 3.93 1.18 -
YUV 41.42 117.61 181.2 -
System Red Green Blue C M Y K H S L
Decimal 116 7 23 0 0.94 0.80 0.55 351.19 0.89 0.24
Hex 74 7 17 0 5E 50 37 15F 59 18
Octal 164 7 27 0 136 120 67 537 131 30
Binary 1110100 111 10111 0 1011110 1010000 110111 101011111 1011001 11000

Color Harmonies of #740717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740717

Black with #740717

Text Example


Text Example

White with #740717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740717; }

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

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

background-color css

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

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

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

border-color css

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

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

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