Html Css Color HEX #74051C Burgundy

📋 copy color: '#74051C'

red 116 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #74051C

Tints of Burgundy #74051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.36%

 BLUE value IS 28 (11.33% from 255) = 18.79%

R = 77.85%
G = 3.36%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74051C (or 0x74051C) is known color: Burgundy. HEX triplet: 74, 05 and 1C. RGB value is (116,5,28). Sum of RGB (Red+Green+Blue) = 116+5+28=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #74051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74051C is #8BFAE3. Grayscale: #282828. Windows color (decimal): -9173732 or 1836404. OLE color: 1836404.

HSL color Cylindrical-coordinate representation of color #74051C: hue angle of 347.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74051C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 28 -
CMYK 0 0.96 0.76 0.55
HSL 347.57º 0.92% 0.24% -
HSV(B) 347.57º 0.96% 0.45% -
XYZ 7.47 3.91 1.46 -
YUV 40.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 116 5 28 0 0.96 0.76 0.55 347.57 0.92 0.24
Hex 74 5 1C 0 60 4C 37 15C 5C 18
Octal 164 5 34 0 140 114 67 534 134 30
Binary 1110100 101 11100 0 1100000 1001100 110111 101011100 1011100 11000

Color Harmonies of #74051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74051C

Black with #74051C

Text Example


Text Example

White with #74051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74051C; }

 p { color: rgb(116,5,28); }

 H1.HeaderClassName
 {
   color: #74051C;
 }
 .AnyTagClassName
 {
   color: #74051C;
 }
</style>

background-color css

<style>
 a { background-color: #74051C; }

 a { background-color: rgb(116,5,28); }

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

border-color css

<style>
 span { border-color: #74051C; }

 span { border-color: rgb(116,5,28); }

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