#672344

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

Shades of Pompadour #672344

Tints of Pompadour #672344

Color information

#672344 (or 0x672344) is unknown color: approx Pompadour. HEX triplet: 67, 23 and 44. RGB value is (103,35,68). Sum of RGB (Red+Green+Blue) = 103+35+68=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #672344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672344 is #98DCBB. Grayscale: #3B3B3B. Windows color (decimal): -10017980 or 4465511. OLE color: 4465511.

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

Color convert

RGB1033568-
CMYK00.660.340.60
HSL330.88º49.28%27.06%-
HSV(B)330.88º66.02%40.39%-
XYZ7.244.55.96-
YUV59.09133.03159.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=50%
G=16.99%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103356800.660.340.60330.8849.2827.06
Hex672344042223C14b311b
Octal14743104010242745136133
Binary110011110001110001000100001010001011110010100101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672344; }

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

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

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

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

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

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

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

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