Html Css Color HEX #741447 Pompadour

📋 copy color: '#741447'

red 116 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #741447

Tints of Pompadour #741447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.66%

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

R = 56.04%
G = 9.66%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#741447 (or 0x741447) is known color: Pompadour. HEX triplet: 74, 14 and 47. RGB value is (116,20,71). Sum of RGB (Red+Green+Blue) = 116+20+71=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #741447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741447 is #8BEBB8. Grayscale: #363636. Windows color (decimal): -9169849 or 4658292. OLE color: 4658292.

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

Color convert

RGB 116 20 71 -
CMYK 0 0.83 0.39 0.55
HSL 328.13º 0.71% 0.27% -
HSV(B) 328.13º 0.83% 0.45% -
XYZ 8.59 4.67 6.41 -
YUV 54.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 116 20 71 0 0.83 0.39 0.55 328.13 0.71 0.27
Hex 74 14 47 0 53 27 37 148 47 1B
Octal 164 24 107 0 123 47 67 510 107 33
Binary 1110100 10100 1000111 0 1010011 100111 110111 101001000 1000111 11011

Color Harmonies of #741447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741447

Black with #741447

Text Example


Text Example

White with #741447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741447; }

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

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

background-color css

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

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

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

border-color css

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

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

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