Html Css Color HEX #74051D Burgundy

📋 copy color: '#74051D'

red 116 ◦ green 5 ◦ blue 29

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

Shades of Burgundy #74051D

Tints of Burgundy #74051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 77.33%
G = 3.33%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74051D (or 0x74051D) is known color: Burgundy. HEX triplet: 74, 05 and 1D. RGB value is (116,5,29). Sum of RGB (Red+Green+Blue) = 116+5+29=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #74051D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74051D is #8BFAE2. Grayscale: #282828. Windows color (decimal): -9173731 or 1901940. OLE color: 1901940.

HSL color Cylindrical-coordinate representation of color #74051D: hue angle of 347.03º 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 #74051D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 29 -
CMYK 0 0.96 0.75 0.55
HSL 347.03º 0.92% 0.24% -
HSV(B) 347.03º 0.96% 0.45% -
XYZ 7.48 3.91 1.52 -
YUV 40.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 116 5 29 0 0.96 0.75 0.55 347.03 0.92 0.24
Hex 74 5 1D 0 60 4B 37 15B 5C 18
Octal 164 5 35 0 140 113 67 533 134 30
Binary 1110100 101 11101 0 1100000 1001011 110111 101011011 1011100 11000

Color Harmonies of #74051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74051D

Black with #74051D

Text Example


Text Example

White with #74051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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