Html Css Color HEX #74072F Burgundy

📋 copy color: '#74072F'

red 116 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #74072F

Tints of Burgundy #74072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.65%

R = 68.24%
G = 4.12%
B = 27.65%

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

#74072F (or 0x74072F) is known color: Burgundy. HEX triplet: 74, 07 and 2F. RGB value is (116,7,47). Sum of RGB (Red+Green+Blue) = 116+7+47=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #74072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74072F is #8BF8D0. Grayscale: #2C2C2C. Windows color (decimal): -9173201 or 3082100. OLE color: 3082100.

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

Color convert

RGB 116 7 47 -
CMYK 0 0.94 0.59 0.55
HSL 337.98º 0.89% 0.24% -
HSV(B) 337.98º 0.94% 0.45% -
XYZ 7.79 4.07 3.06 -
YUV 44.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 116 7 47 0 0.94 0.59 0.55 337.98 0.89 0.24
Hex 74 7 2F 0 5E 3B 37 152 59 18
Octal 164 7 57 0 136 73 67 522 131 30
Binary 1110100 111 101111 0 1011110 111011 110111 101010010 1011001 11000

Color Harmonies of #74072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74072F

Black with #74072F

Text Example


Text Example

White with #74072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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