#74164B

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

Shades of Pompadour #74164B

Tints of Pompadour #74164B

Color information

#74164B (or 0x74164B) is unknown color: approx Pompadour. HEX triplet: 74, 16 and 4B. RGB value is (116,22,75). Sum of RGB (Red+Green+Blue) = 116+22+75=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74164B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74164B is #8BE9B4. Grayscale: #383838. Windows color (decimal): -9169333 or 4920948. OLE color: 4920948.

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

Color convert

RGB1162275-
CMYK00.810.350.55
HSL326.17º68.12%27.06%-
HSV(B)326.17º81.03%45.49%-
XYZ8.764.797.12-
YUV56.15138.64170.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=54.46%
G=10.33%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116227500.810.350.55326.1768.1227.06
Hex74164B0512337146441b
Octal164261130121436750610433
Binary111010010110100101101010001100011110111101000110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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