#672540

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

Shades of Pompadour #672540

Tints of Pompadour #672540

Color information

#672540 (or 0x672540) is unknown color: approx Pompadour. HEX triplet: 67, 25 and 40. RGB value is (103,37,64). Sum of RGB (Red+Green+Blue) = 103+37+64=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #672540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672540 is #98DABF. Grayscale: #3B3B3B. Windows color (decimal): -10017472 or 4203879. OLE color: 4203879.

HSL color Cylindrical-coordinate representation of color #672540: hue angle of 335.45º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #672540 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1033764-
CMYK00.640.380.60
HSL335.45º47.14%27.45%-
HSV(B)335.45º64.08%40.39%-
XYZ7.184.585.36-
YUV59.81130.37158.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=50.49%
G=18.14%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103376400.640.380.60335.4547.1427.45
Hex672540040263C14f2f1b
Octal14745100010046745175733
Binary110011110010110000000100000010011011110010100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672540; }

 p { color: rgb(103,37,64); }

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

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

 a { background-color: rgb(103,37,64); }

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

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

 span { border-color: rgb(103,37,64); }

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