Html Css Color HEX #740828 Burgundy

📋 copy color: '#740828'

red 116 ◦ green 8 ◦ blue 40

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

Shades of Burgundy #740828

Tints of Burgundy #740828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.39%

R = 70.73%
G = 4.88%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#740828 (or 0x740828) is known color: Burgundy. HEX triplet: 74, 08 and 28. RGB value is (116,8,40). Sum of RGB (Red+Green+Blue) = 116+8+40=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #740828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740828 is #8BF7D7. Grayscale: #2B2B2B. Windows color (decimal): -9172952 or 2623604. OLE color: 2623604.

HSL color Cylindrical-coordinate representation of color #740828: hue angle of 342.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 #740828 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 8 40 -
CMYK 0 0.93 0.66 0.55
HSL 342.22º 0.87% 0.24% -
HSV(B) 342.22º 0.93% 0.45% -
XYZ 7.67 4.04 2.38 -
YUV 43.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 116 8 40 0 0.93 0.66 0.55 342.22 0.87 0.24
Hex 74 8 28 0 5D 42 37 156 57 18
Octal 164 10 50 0 135 102 67 526 127 30
Binary 1110100 1000 101000 0 1011101 1000010 110111 101010110 1010111 11000

Color Harmonies of #740828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740828

Black with #740828

Text Example


Text Example

White with #740828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740828; }

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

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

background-color css

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

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

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

border-color css

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

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

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