#671A49

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

Shades of Pompadour #671A49

Tints of Pompadour #671A49

Color information

#671A49 (or 0x671A49) is unknown color: approx Pompadour. HEX triplet: 67, 1A and 49. RGB value is (103,26,73). Sum of RGB (Red+Green+Blue) = 103+26+73=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #671A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A49 is #98E5B6. Grayscale: #363636. Windows color (decimal): -10020279 or 4790887. OLE color: 4790887.

HSL color Cylindrical-coordinate representation of color #671A49: hue angle of 323.38º 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 #671A49 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1032673-
CMYK00.750.290.60
HSL323.38º59.69%25.29%-
HSV(B)323.38º74.76%40.39%-
XYZ7.174.16.72-
YUV54.38138.51162.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.99%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 73 (28.91% from 255) = 36.14%
R=50.99%
G=12.87%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103267300.750.290.60323.3859.6925.29
Hex671A4904B1D3C1433c19
Octal14732111011335745037431
Binary1100111110101001001010010111110111110010100001111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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