Html Css Color HEX #740730 Burgundy

📋 copy color: '#740730'

red 116 ◦ green 7 ◦ blue 48

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

Shades of Burgundy #740730

Tints of Burgundy #740730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 67.84%
G = 4.09%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#740730 (or 0x740730) is known color: Burgundy. HEX triplet: 74, 07 and 30. RGB value is (116,7,48). Sum of RGB (Red+Green+Blue) = 116+7+48=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #740730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740730 is #8BF8CF. Grayscale: #2C2C2C. Windows color (decimal): -9173200 or 3147636. OLE color: 3147636.

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

Color convert

RGB 116 7 48 -
CMYK 0 0.94 0.59 0.55
HSL 337.43º 0.89% 0.24% -
HSV(B) 337.43º 0.94% 0.45% -
XYZ 7.81 4.08 3.17 -
YUV 44.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 116 7 48 0 0.94 0.59 0.55 337.43 0.89 0.24
Hex 74 7 30 0 5E 3B 37 151 59 18
Octal 164 7 60 0 136 73 67 521 131 30
Binary 1110100 111 110000 0 1011110 111011 110111 101010001 1011001 11000

Color Harmonies of #740730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740730

Black with #740730

Text Example


Text Example

White with #740730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740730; }

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

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

background-color css

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

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

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

border-color css

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

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

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