Html Css Color HEX #74021D Burgundy

📋 copy color: '#74021D'

red 116 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #74021D

Tints of Burgundy #74021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 78.91%
G = 1.36%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74021D (or 0x74021D) is known color: Burgundy. HEX triplet: 74, 02 and 1D. RGB value is (116,2,29). Sum of RGB (Red+Green+Blue) = 116+2+29=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #74021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74021D is #8BFDE2. Grayscale: #272727. Windows color (decimal): -9174499 or 1901172. OLE color: 1901172.

HSL color Cylindrical-coordinate representation of color #74021D: hue angle of 345.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74021D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 29 -
CMYK 0 0.98 0.75 0.55
HSL 345.79º 0.97% 0.23% -
HSV(B) 345.79º 0.98% 0.45% -
XYZ 7.45 3.85 1.51 -
YUV 39.16 122.27 182.8 -
System Red Green Blue C M Y K H S L
Decimal 116 2 29 0 0.98 0.75 0.55 345.79 0.97 0.23
Hex 74 2 1D 0 62 4B 37 15A 61 17
Octal 164 2 35 0 142 113 67 532 141 27
Binary 1110100 10 11101 0 1100010 1001011 110111 101011010 1100001 10111

Color Harmonies of #74021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74021D

Black with #74021D

Text Example


Text Example

White with #74021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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