Html Css Color HEX #740831 Burgundy

📋 copy color: '#740831'

red 116 ◦ green 8 ◦ blue 49

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

Shades of Burgundy #740831

Tints of Burgundy #740831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 67.05%
G = 4.62%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#740831 (or 0x740831) is known color: Burgundy. HEX triplet: 74, 08 and 31. RGB value is (116,8,49). Sum of RGB (Red+Green+Blue) = 116+8+49=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740831 is #8BF7CE. Grayscale: #2C2C2C. Windows color (decimal): -9172943 or 3213428. OLE color: 3213428.

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

Color convert

RGB 116 8 49 -
CMYK 0 0.93 0.58 0.55
HSL 337.22º 0.87% 0.24% -
HSV(B) 337.22º 0.93% 0.45% -
XYZ 7.84 4.11 3.29 -
YUV 44.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 116 8 49 0 0.93 0.58 0.55 337.22 0.87 0.24
Hex 74 8 31 0 5D 3A 37 151 57 18
Octal 164 10 61 0 135 72 67 521 127 30
Binary 1110100 1000 110001 0 1011101 111010 110111 101010001 1010111 11000

Color Harmonies of #740831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740831

Black with #740831

Text Example


Text Example

White with #740831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740831; }

 p { color: rgb(116,8,49); }

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

background-color css

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

 a { background-color: rgb(116,8,49); }

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

border-color css

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

 span { border-color: rgb(116,8,49); }

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