Html Css Color HEX #740616 Burgundy

📋 copy color: '#740616'

red 116 ◦ green 6 ◦ blue 22

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

Shades of Burgundy #740616

Tints of Burgundy #740616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

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

R = 80.56%
G = 4.17%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#740616 (or 0x740616) is known color: Burgundy. HEX triplet: 74, 06 and 16. RGB value is (116,6,22). Sum of RGB (Red+Green+Blue) = 116+6+22=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #740616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740616 is #8BF9E9. Grayscale: #282828. Windows color (decimal): -9173482 or 1443444. OLE color: 1443444.

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

Color convert

RGB 116 6 22 -
CMYK 0 0.95 0.81 0.55
HSL 351.27º 0.9% 0.24% -
HSV(B) 351.27º 0.95% 0.45% -
XYZ 7.41 3.9 1.12 -
YUV 40.71 117.44 181.7 -
System Red Green Blue C M Y K H S L
Decimal 116 6 22 0 0.95 0.81 0.55 351.27 0.9 0.24
Hex 74 6 16 0 5F 51 37 15F 5A 18
Octal 164 6 26 0 137 121 67 537 132 30
Binary 1110100 110 10110 0 1011111 1010001 110111 101011111 1011010 11000

Color Harmonies of #740616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740616

Black with #740616

Text Example


Text Example

White with #740616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740616; }

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

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

background-color css

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

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

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

border-color css

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

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

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