#672E48

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

Shades of Pompadour #672E48

Tints of Pompadour #672E48

Color information

#672E48 (or 0x672E48) is unknown color: approx Pompadour. HEX triplet: 67, 2E and 48. RGB value is (103,46,72). Sum of RGB (Red+Green+Blue) = 103+46+72=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #672E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672E48 is #98D1B7. Grayscale: #414141. Windows color (decimal): -10015160 or 4730471. OLE color: 4730471.

HSL color Cylindrical-coordinate representation of color #672E48: hue angle of 332.63º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #672E48 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1034672-
CMYK00.550.300.60
HSL332.63º38.26%29.22%-
HSV(B)332.63º55.34%40.39%-
XYZ7.745.316.75-
YUV66.01131.38154.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.61%
GREEN value IS 46 (18.36% from 255) = 20.81%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=46.61%
G=20.81%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103467200.550.300.60332.6338.2629.22
Hex672E480371E3C14d261d
Octal1475611006736745154635
Binary1100111101110100100001101111111011110010100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672E48; }

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

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

<style>
 a { background-color: #672E48; }

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

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

<style>
 span { border-color: #672E48; }

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

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