Html Css Color HEX #74052D Burgundy

📋 copy color: '#74052D'

red 116 ◦ green 5 ◦ blue 45

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

Shades of Burgundy #74052D

Tints of Burgundy #74052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 45 (17.97% from 255) = 27.11%

R = 69.88%
G = 3.01%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74052D (or 0x74052D) is known color: Burgundy. HEX triplet: 74, 05 and 2D. RGB value is (116,5,45). Sum of RGB (Red+Green+Blue) = 116+5+45=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #74052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74052D is #8BFAD2. Grayscale: #2A2A2A. Windows color (decimal): -9173715 or 2950516. OLE color: 2950516.

HSL color Cylindrical-coordinate representation of color #74052D: hue angle of 338.38º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74052D is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 45 -
CMYK 0 0.96 0.61 0.55
HSL 338.38º 0.92% 0.24% -
HSV(B) 338.38º 0.96% 0.45% -
XYZ 7.73 4.01 2.85 -
YUV 42.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 116 5 45 0 0.96 0.61 0.55 338.38 0.92 0.24
Hex 74 5 2D 0 60 3D 37 152 5C 18
Octal 164 5 55 0 140 75 67 522 134 30
Binary 1110100 101 101101 0 1100000 111101 110111 101010010 1011100 11000

Color Harmonies of #74052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74052D

Black with #74052D

Text Example


Text Example

White with #74052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74052D; }

 p { color: rgb(116,5,45); }

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

background-color css

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

 a { background-color: rgb(116,5,45); }

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

border-color css

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

 span { border-color: rgb(116,5,45); }

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