#671A48

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

Shades of Pompadour #671A48

Tints of Pompadour #671A48

Color information

#671A48 (or 0x671A48) is unknown color: approx Pompadour. HEX triplet: 67, 1A and 48. RGB value is (103,26,72). Sum of RGB (Red+Green+Blue) = 103+26+72=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #671A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A48 is #98E5B7. Grayscale: #363636. Windows color (decimal): -10020280 or 4725351. OLE color: 4725351.

HSL color Cylindrical-coordinate representation of color #671A48: hue angle of 324.16º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A48 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1032672-
CMYK00.750.300.60
HSL324.16º59.69%25.29%-
HSV(B)324.16º74.76%40.39%-
XYZ7.134.096.54-
YUV54.27138.01162.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=51.24%
G=12.94%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103267200.750.300.60324.1659.6925.29
Hex671A4804B1E3C1443c19
Octal14732110011336745047431
Binary1100111110101001000010010111111011110010100010011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671A48; }

 p { color: rgb(103,26,72); }

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

<style>
 a { background-color: #671A48; }

 a { background-color: rgb(103,26,72); }

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

<style>
 span { border-color: #671A48; }

 span { border-color: rgb(103,26,72); }

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