Html Css Color HEX #741947 Pompadour

📋 copy color: '#741947'

red 116 ◦ green 25 ◦ blue 71

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

Shades of Pompadour #741947

Tints of Pompadour #741947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 54.72%
G = 11.79%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#741947 (or 0x741947) is known color: Pompadour. HEX triplet: 74, 19 and 47. RGB value is (116,25,71). Sum of RGB (Red+Green+Blue) = 116+25+71=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #741947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741947 is #8BE6B8. Grayscale: #393939. Windows color (decimal): -9168569 or 4659572. OLE color: 4659572.

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

Color convert

RGB 116 25 71 -
CMYK 0 0.78 0.39 0.55
HSL 329.67º 0.65% 0.28% -
HSV(B) 329.67º 0.78% 0.45% -
XYZ 8.69 4.86 6.44 -
YUV 57.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 116 25 71 0 0.78 0.39 0.55 329.67 0.65 0.28
Hex 74 19 47 0 4E 27 37 14A 41 1C
Octal 164 31 107 0 116 47 67 512 101 34
Binary 1110100 11001 1000111 0 1001110 100111 110111 101001010 1000001 11100

Color Harmonies of #741947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741947

Black with #741947

Text Example


Text Example

White with #741947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741947; }

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

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

background-color css

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

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

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

border-color css

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

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

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