Html Css Color HEX #741649 Pompadour

📋 copy color: '#741649'

red 116 ◦ green 22 ◦ blue 73

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

Shades of Pompadour #741649

Tints of Pompadour #741649

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

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

R = 54.98%
G = 10.43%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#741649 (or 0x741649) is known color: Pompadour. HEX triplet: 74, 16 and 49. RGB value is (116,22,73). Sum of RGB (Red+Green+Blue) = 116+22+73=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #741649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741649 is #8BE9B6. Grayscale: #373737. Windows color (decimal): -9169335 or 4789876. OLE color: 4789876.

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

Color convert

RGB 116 22 73 -
CMYK 0 0.81 0.37 0.55
HSL 327.45º 0.68% 0.27% -
HSV(B) 327.45º 0.81% 0.45% -
XYZ 8.69 4.77 6.77 -
YUV 55.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 116 22 73 0 0.81 0.37 0.55 327.45 0.68 0.27
Hex 74 16 49 0 51 25 37 147 44 1B
Octal 164 26 111 0 121 45 67 507 104 33
Binary 1110100 10110 1001001 0 1010001 100101 110111 101000111 1000100 11011

Color Harmonies of #741649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741649

Black with #741649

Text Example


Text Example

White with #741649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741649; }

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

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

background-color css

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

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

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

border-color css

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

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

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