Html Css Color HEX #741547 Pompadour

📋 copy color: '#741547'

red 116 ◦ green 21 ◦ blue 71

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

Shades of Pompadour #741547

Tints of Pompadour #741547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.1%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 55.77%
G = 10.1%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#741547 (or 0x741547) is known color: Pompadour. HEX triplet: 74, 15 and 47. RGB value is (116,21,71). Sum of RGB (Red+Green+Blue) = 116+21+71=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #741547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741547 is #8BEAB8. Grayscale: #373737. Windows color (decimal): -9169593 or 4658548. OLE color: 4658548.

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

Color convert

RGB 116 21 71 -
CMYK 0 0.82 0.39 0.55
HSL 328.42º 0.69% 0.27% -
HSV(B) 328.42º 0.82% 0.45% -
XYZ 8.61 4.7 6.42 -
YUV 55.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 116 21 71 0 0.82 0.39 0.55 328.42 0.69 0.27
Hex 74 15 47 0 52 27 37 148 45 1B
Octal 164 25 107 0 122 47 67 510 105 33
Binary 1110100 10101 1000111 0 1010010 100111 110111 101001000 1000101 11011

Color Harmonies of #741547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741547

Black with #741547

Text Example


Text Example

White with #741547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741547; }

 p { color: rgb(116,21,71); }

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

background-color css

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

 a { background-color: rgb(116,21,71); }

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

border-color css

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

 span { border-color: rgb(116,21,71); }

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