#671D44

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

Shades of Pompadour #671D44

Tints of Pompadour #671D44

Color information

#671D44 (or 0x671D44) is unknown color: approx Pompadour. HEX triplet: 67, 1D and 44. RGB value is (103,29,68). Sum of RGB (Red+Green+Blue) = 103+29+68=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #671D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671D44 is #98E2BB. Grayscale: #373737. Windows color (decimal): -10019516 or 4463975. OLE color: 4463975.

HSL color Cylindrical-coordinate representation of color #671D44: hue angle of 328.38º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #671D44 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB1032968-
CMYK00.720.340.60
HSL328.38º56.06%25.88%-
HSV(B)328.38º71.84%40.39%-
XYZ7.084.185.9-
YUV55.57135.02161.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.5%
GREEN value IS 29 (11.72% from 255) = 14.5%
BLUE value IS 68 (26.95% from 255) = 34%
R=51.5%
G=14.5%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103296800.720.340.60328.3856.0625.88
Hex671D44048223C148381a
Octal14735104011042745107032
Binary11001111110110001000100100010001011110010100100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,29,68); }

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

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

 a { background-color: rgb(103,29,68); }

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

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

 span { border-color: rgb(103,29,68); }

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