Html Css Color HEX #74164E Pompadour

📋 copy color: '#74164E'

red 116 ◦ green 22 ◦ blue 78

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

Shades of Pompadour #74164E

Tints of Pompadour #74164E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 53.7%
G = 10.19%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74164E (or 0x74164E) is known color: Pompadour. HEX triplet: 74, 16 and 4E. RGB value is (116,22,78). Sum of RGB (Red+Green+Blue) = 116+22+78=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #74164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74164E is #8BE9B1. Grayscale: #383838. Windows color (decimal): -9169330 or 5117556. OLE color: 5117556.

HSL color Cylindrical-coordinate representation of color #74164E: hue angle of 324.26º 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 #74164E is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 78 -
CMYK 0 0.81 0.33 0.55
HSL 324.26º 0.68% 0.27% -
HSV(B) 324.26º 0.81% 0.45% -
XYZ 8.86 4.84 7.67 -
YUV 56.49 140.14 170.45 -
System Red Green Blue C M Y K H S L
Decimal 116 22 78 0 0.81 0.33 0.55 324.26 0.68 0.27
Hex 74 16 4E 0 51 21 37 144 44 1B
Octal 164 26 116 0 121 41 67 504 104 33
Binary 1110100 10110 1001110 0 1010001 100001 110111 101000100 1000100 11011

Color Harmonies of #74164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74164E

Black with #74164E

Text Example


Text Example

White with #74164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74164E; }

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

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

background-color css

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

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

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

border-color css

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

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

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