Html Css Color HEX #740718 Burgundy

📋 copy color: '#740718'

red 116 ◦ green 7 ◦ blue 24

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

Shades of Burgundy #740718

Tints of Burgundy #740718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 16.33%

R = 78.91%
G = 4.76%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#740718 (or 0x740718) is known color: Burgundy. HEX triplet: 74, 07 and 18. RGB value is (116,7,24). Sum of RGB (Red+Green+Blue) = 116+7+24=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #740718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740718 is #8BF8E7. Grayscale: #292929. Windows color (decimal): -9173224 or 1574772. OLE color: 1574772.

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

Color convert

RGB 116 7 24 -
CMYK 0 0.94 0.79 0.55
HSL 350.64º 0.89% 0.24% -
HSV(B) 350.64º 0.94% 0.45% -
XYZ 7.44 3.93 1.23 -
YUV 41.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 116 7 24 0 0.94 0.79 0.55 350.64 0.89 0.24
Hex 74 7 18 0 5E 4F 37 15F 59 18
Octal 164 7 30 0 136 117 67 537 131 30
Binary 1110100 111 11000 0 1011110 1001111 110111 101011111 1011001 11000

Color Harmonies of #740718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740718

Black with #740718

Text Example


Text Example

White with #740718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740718; }

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

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

background-color css

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

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

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

border-color css

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

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

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