Html Css Color HEX #74072A Burgundy

📋 copy color: '#74072A'

red 116 ◦ green 7 ◦ blue 42

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

Shades of Burgundy #74072A

Tints of Burgundy #74072A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 70.3%
G = 4.24%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74072A (or 0x74072A) is known color: Burgundy. HEX triplet: 74, 07 and 2A. RGB value is (116,7,42). Sum of RGB (Red+Green+Blue) = 116+7+42=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74072A is #8BF8D5. Grayscale: #2B2B2B. Windows color (decimal): -9173206 or 2754420. OLE color: 2754420.

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

Color convert

RGB 116 7 42 -
CMYK 0 0.94 0.64 0.55
HSL 340.73º 0.89% 0.24% -
HSV(B) 340.73º 0.94% 0.45% -
XYZ 7.7 4.03 2.56 -
YUV 43.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 116 7 42 0 0.94 0.64 0.55 340.73 0.89 0.24
Hex 74 7 2A 0 5E 40 37 155 59 18
Octal 164 7 52 0 136 100 67 525 131 30
Binary 1110100 111 101010 0 1011110 1000000 110111 101010101 1011001 11000

Color Harmonies of #74072A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74072A

Black with #74072A

Text Example


Text Example

White with #74072A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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