Html Css Color HEX #74081D Burgundy

📋 copy color: '#74081D'

red 116 ◦ green 8 ◦ blue 29

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

Shades of Burgundy #74081D

Tints of Burgundy #74081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 75.82%
G = 5.23%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74081D (or 0x74081D) is known color: Burgundy. HEX triplet: 74, 08 and 1D. RGB value is (116,8,29). Sum of RGB (Red+Green+Blue) = 116+8+29=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #74081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74081D is #8BF7E2. Grayscale: #2A2A2A. Windows color (decimal): -9172963 or 1902708. OLE color: 1902708.

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

Color convert

RGB 116 8 29 -
CMYK 0 0.93 0.75 0.55
HSL 348.33º 0.87% 0.24% -
HSV(B) 348.33º 0.93% 0.45% -
XYZ 7.51 3.98 1.53 -
YUV 42.69 120.28 180.29 -
System Red Green Blue C M Y K H S L
Decimal 116 8 29 0 0.93 0.75 0.55 348.33 0.87 0.24
Hex 74 8 1D 0 5D 4B 37 15C 57 18
Octal 164 10 35 0 135 113 67 534 127 30
Binary 1110100 1000 11101 0 1011101 1001011 110111 101011100 1010111 11000

Color Harmonies of #74081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74081D

Black with #74081D

Text Example


Text Example

White with #74081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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