Html Css Color HEX #74011A Burgundy

📋 copy color: '#74011A'

red 116 ◦ green 1 ◦ blue 26

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

Shades of Burgundy #74011A

Tints of Burgundy #74011A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 81.12%
G = 0.7%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74011A (or 0x74011A) is known color: Burgundy. HEX triplet: 74, 01 and 1A. RGB value is (116,1,26). Sum of RGB (Red+Green+Blue) = 116+1+26=143 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.12% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 116 - color contains mainly: red. Hex color #74011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74011A is #8BFEE5. Grayscale: #262626. Windows color (decimal): -9174758 or 1704308. OLE color: 1704308.

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

Color convert

RGB 116 1 26 -
CMYK 0 0.99 0.78 0.55
HSL 346.96º 0.98% 0.23% -
HSV(B) 346.96º 0.99% 0.45% -
XYZ 7.4 3.81 1.32 -
YUV 38.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 116 1 26 0 0.99 0.78 0.55 346.96 0.98 0.23
Hex 74 1 1A 0 63 4E 37 15B 62 17
Octal 164 1 32 0 143 116 67 533 142 27
Binary 1110100 1 11010 0 1100011 1001110 110111 101011011 1100010 10111

Color Harmonies of #74011A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74011A

Black with #74011A

Text Example


Text Example

White with #74011A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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