#672048

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

Shades of Pompadour #672048

Tints of Pompadour #672048

Color information

#672048 (or 0x672048) is unknown color: approx Pompadour. HEX triplet: 67, 20 and 48. RGB value is (103,32,72). Sum of RGB (Red+Green+Blue) = 103+32+72=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #672048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672048 is #98DFB7. Grayscale: #393939. Windows color (decimal): -10018744 or 4726887. OLE color: 4726887.

HSL color Cylindrical-coordinate representation of color #672048: hue angle of 326.2º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672048 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1033272-
CMYK00.690.300.60
HSL326.2º52.59%26.47%-
HSV(B)326.2º68.93%40.39%-
XYZ7.284.386.59-
YUV57.79136.02160.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.76%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=49.76%
G=15.46%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103327200.690.300.60326.252.5926.47
Hex6720480451E3C146351a
Octal14740110010536745066532
Binary11001111000001001000010001011111011110010100011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672048; }

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

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

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

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

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

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

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

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