Html Css Color HEX #740327 Burgundy

📋 copy color: '#740327'

red 116 ◦ green 3 ◦ blue 39

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

Shades of Burgundy #740327

Tints of Burgundy #740327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.9%

 BLUE value IS 39 (15.63% from 255) = 24.68%

R = 73.42%
G = 1.9%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#740327 (or 0x740327) is known color: Burgundy. HEX triplet: 74, 03 and 27. RGB value is (116,3,39). Sum of RGB (Red+Green+Blue) = 116+3+39=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #740327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740327 is #8BFCD8. Grayscale: #282828. Windows color (decimal): -9174233 or 2556788. OLE color: 2556788.

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

Color convert

RGB 116 3 39 -
CMYK 0 0.97 0.66 0.55
HSL 340.88º 0.95% 0.23% -
HSV(B) 340.88º 0.97% 0.45% -
XYZ 7.6 3.92 2.28 -
YUV 40.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 116 3 39 0 0.97 0.66 0.55 340.88 0.95 0.23
Hex 74 3 27 0 61 42 37 155 5F 17
Octal 164 3 47 0 141 102 67 525 137 27
Binary 1110100 11 100111 0 1100001 1000010 110111 101010101 1011111 10111

Color Harmonies of #740327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740327

Black with #740327

Text Example


Text Example

White with #740327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740327; }

 p { color: rgb(116,3,39); }

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

background-color css

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

 a { background-color: rgb(116,3,39); }

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

border-color css

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

 span { border-color: rgb(116,3,39); }

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