#74224E

Color #74224E Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #74224E

Tints of Pompadour #74224E

Color information

#74224E (or 0x74224E) is unknown color: approx Pompadour. HEX triplet: 74, 22 and 4E. RGB value is (116,34,78). Sum of RGB (Red+Green+Blue) = 116+34+78=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74224E is #8BDDB1. Grayscale: #3F3F3F. Windows color (decimal): -9166258 or 5120628. OLE color: 5120628.

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

Color convert

RGB1163478-
CMYK00.710.330.55
HSL327.8º54.67%29.41%-
HSV(B)327.8º70.69%45.49%-
XYZ9.155.417.77-
YUV63.53136.17165.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=50.88%
G=14.91%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116347800.710.330.55327.854.6729.41
Hex74224E0472137148371d
Octal16442116010741675106735
Binary111010010001010011100100011110000111011110100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74224E;
 }
 .AnyTagClassName
 {
   color: #74224E;
 }
</style>
background-color css

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

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

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

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

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

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