Html Css Color HEX #742047 Pompadour

📋 copy color: '#742047'

red 116 ◦ green 32 ◦ blue 71

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

Shades of Pompadour #742047

Tints of Pompadour #742047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 52.97%
G = 14.61%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#742047 (or 0x742047) is known color: Pompadour. HEX triplet: 74, 20 and 47. RGB value is (116,32,71). Sum of RGB (Red+Green+Blue) = 116+32+71=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742047 is #8BDFB8. Grayscale: #3D3D3D. Windows color (decimal): -9166777 or 4661364. OLE color: 4661364.

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

Color convert

RGB 116 32 71 -
CMYK 0 0.72 0.39 0.55
HSL 332.14º 0.57% 0.29% -
HSV(B) 332.14º 0.72% 0.45% -
XYZ 8.86 5.2 6.5 -
YUV 61.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 116 32 71 0 0.72 0.39 0.55 332.14 0.57 0.29
Hex 74 20 47 0 48 27 37 14C 39 1D
Octal 164 40 107 0 110 47 67 514 71 35
Binary 1110100 100000 1000111 0 1001000 100111 110111 101001100 111001 11101

Color Harmonies of #742047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742047

Black with #742047

Text Example


Text Example

White with #742047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742047; }

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

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

background-color css

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

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

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

border-color css

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

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

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