#74104B

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

Shades of Pompadour #74104B

Tints of Pompadour #74104B

Color information

#74104B (or 0x74104B) is unknown color: approx Pompadour. HEX triplet: 74, 10 and 4B. RGB value is (116,16,75). Sum of RGB (Red+Green+Blue) = 116+16+75=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #74104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74104B is #8BEFB4. Grayscale: #343434. Windows color (decimal): -9170869 or 4919412. OLE color: 4919412.

HSL color Cylindrical-coordinate representation of color #74104B: hue angle of 324.6º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74104B is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1161675-
CMYK00.860.350.55
HSL324.6º75.76%25.88%-
HSV(B)324.6º86.21%45.49%-
XYZ8.664.597.09-
YUV52.63140.63173.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 16 (6.64% from 255) = 7.73%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=56.04%
G=7.73%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116167500.860.350.55324.675.7625.88
Hex74104B05623371454c1a
Octal164201130126436750511432
Binary111010010000100101101010110100011110111101000101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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