Html Css Color HEX #741C49 Pompadour

📋 copy color: '#741C49'

red 116 ◦ green 28 ◦ blue 73

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

Shades of Pompadour #741C49

Tints of Pompadour #741C49

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.9%

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

R = 53.46%
G = 12.9%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#741C49 (or 0x741C49) is known color: Pompadour. HEX triplet: 74, 1C and 49. RGB value is (116,28,73). Sum of RGB (Red+Green+Blue) = 116+28+73=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #741C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C49 is #8BE3B6. Grayscale: #3B3B3B. Windows color (decimal): -9167799 or 4791412. OLE color: 4791412.

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

Color convert

RGB 116 28 73 -
CMYK 0 0.76 0.37 0.55
HSL 329.32º 0.61% 0.28% -
HSV(B) 329.32º 0.76% 0.45% -
XYZ 8.82 5.02 6.81 -
YUV 59.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 116 28 73 0 0.76 0.37 0.55 329.32 0.61 0.28
Hex 74 1C 49 0 4C 25 37 149 3D 1C
Octal 164 34 111 0 114 45 67 511 75 34
Binary 1110100 11100 1001001 0 1001100 100101 110111 101001001 111101 11100

Color Harmonies of #741C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C49

Black with #741C49

Text Example


Text Example

White with #741C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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