Html Css Color HEX #741049 Pompadour

📋 copy color: '#741049'

red 116 ◦ green 16 ◦ blue 73

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

Shades of Pompadour #741049

Tints of Pompadour #741049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 56.59%
G = 7.8%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#741049 (or 0x741049) is known color: Pompadour. HEX triplet: 74, 10 and 49. RGB value is (116,16,73). Sum of RGB (Red+Green+Blue) = 116+16+73=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #741049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741049 is #8BEFB6. Grayscale: #343434. Windows color (decimal): -9170871 or 4788340. OLE color: 4788340.

HSL color Cylindrical-coordinate representation of color #741049: hue angle of 325.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741049 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 73 -
CMYK 0 0.86 0.37 0.55
HSL 325.8º 0.76% 0.26% -
HSV(B) 325.8º 0.86% 0.45% -
XYZ 8.59 4.56 6.73 -
YUV 52.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 116 16 73 0 0.86 0.37 0.55 325.8 0.76 0.26
Hex 74 10 49 0 56 25 37 146 4C 1A
Octal 164 20 111 0 126 45 67 506 114 32
Binary 1110100 10000 1001001 0 1010110 100101 110111 101000110 1001100 11010

Color Harmonies of #741049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741049

Black with #741049

Text Example


Text Example

White with #741049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741049; }

 p { color: rgb(116,16,73); }

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

background-color css

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

 a { background-color: rgb(116,16,73); }

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

border-color css

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

 span { border-color: rgb(116,16,73); }

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