Html Css Color HEX #74081A Burgundy

📋 copy color: '#74081A'

red 116 ◦ green 8 ◦ blue 26

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

Shades of Burgundy #74081A

Tints of Burgundy #74081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.33%

R = 77.33%
G = 5.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74081A (or 0x74081A) is known color: Burgundy. HEX triplet: 74, 08 and 1A. RGB value is (116,8,26). Sum of RGB (Red+Green+Blue) = 116+8+26=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #74081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74081A is #8BF7E5. Grayscale: #2A2A2A. Windows color (decimal): -9172966 or 1706100. OLE color: 1706100.

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

Color convert

RGB 116 8 26 -
CMYK 0 0.93 0.78 0.55
HSL 350º 0.87% 0.24% -
HSV(B) 350º 0.93% 0.45% -
XYZ 7.48 3.96 1.35 -
YUV 42.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 116 8 26 0 0.93 0.78 0.55 350 0.87 0.24
Hex 74 8 1A 0 5D 4E 37 15E 57 18
Octal 164 10 32 0 135 116 67 536 127 30
Binary 1110100 1000 11010 0 1011101 1001110 110111 101011110 1010111 11000

Color Harmonies of #74081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74081A

Black with #74081A

Text Example


Text Example

White with #74081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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