Html Css Color HEX #74001A Burgundy

📋 copy color: '#74001A'

red 116 ◦ green 0 ◦ blue 26

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

Shades of Burgundy #74001A

Tints of Burgundy #74001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.69%
G = 0%
B = 18.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74001A (or 0x74001A) is known color: Burgundy. HEX triplet: 74, 00 and 1A. RGB value is (116,0,26). Sum of RGB (Red+Green+Blue) = 116+0+26=142 (18% of max value = 765). Red value is 116 (45.70% from 255 or 81.69% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 116 - color contains mainly: red. Hex color #74001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74001A is #8BFFE5. Grayscale: #252525. Windows color (decimal): -9175014 or 1704052. OLE color: 1704052.

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

Color convert

RGB 116 0 26 -
CMYK 0 1 0.78 0.55
HSL 346.55º 1% 0.23% -
HSV(B) 346.55º 1% 0.45% -
XYZ 7.39 3.79 1.32 -
YUV 37.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 116 0 26 0 1 0.78 0.55 346.55 1 0.23
Hex 74 0 1A 0 64 4E 37 15B 64 17
Octal 164 0 32 0 144 116 67 533 144 27
Binary 1110100 0 11010 0 1100100 1001110 110111 101011011 1100100 10111

Color Harmonies of #74001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74001A

Black with #74001A

Text Example


Text Example

White with #74001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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