#672D48

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

Shades of Pompadour #672D48

Tints of Pompadour #672D48

Color information

#672D48 (or 0x672D48) is unknown color: approx Pompadour. HEX triplet: 67, 2D and 48. RGB value is (103,45,72). Sum of RGB (Red+Green+Blue) = 103+45+72=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #672D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672D48 is #98D2B7. Grayscale: #414141. Windows color (decimal): -10015416 or 4730215. OLE color: 4730215.

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

Color convert

RGB1034572-
CMYK00.560.300.60
HSL332.07º39.19%29.02%-
HSV(B)332.07º56.31%40.39%-
XYZ7.75.236.73-
YUV65.42131.72154.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.82%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=46.82%
G=20.45%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103457200.560.300.60332.0739.1929.02
Hex672D480381E3C14c271d
Octal1475511007036745144735
Binary1100111101101100100001110001111011110010100110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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