#74224A

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

Shades of Pompadour #74224A

Tints of Pompadour #74224A

Color information

#74224A (or 0x74224A) is unknown color: approx Pompadour. HEX triplet: 74, 22 and 4A. RGB value is (116,34,74). Sum of RGB (Red+Green+Blue) = 116+34+74=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74224A is #8BDDB5. Grayscale: #3F3F3F. Windows color (decimal): -9166262 or 4858484. OLE color: 4858484.

HSL color Cylindrical-coordinate representation of color #74224A: hue angle of 330.73º 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 #74224A is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1163474-
CMYK00.710.360.55
HSL330.73º54.67%29.41%-
HSV(B)330.73º70.69%45.49%-
XYZ9.015.357.04-
YUV63.08134.17165.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=51.79%
G=15.18%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116347400.710.360.55330.7354.6729.41
Hex74224A047243714b371d
Octal16442112010744675136735
Binary111010010001010010100100011110010011011110100101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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