#672350

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

Shades of Pompadour #672350

Tints of Pompadour #672350

Color information

#672350 (or 0x672350) is unknown color: approx Pompadour. HEX triplet: 67, 23 and 50. RGB value is (103,35,80). Sum of RGB (Red+Green+Blue) = 103+35+80=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #672350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672350 is #98DCAF. Grayscale: #3C3C3C. Windows color (decimal): -10017968 or 5251943. OLE color: 5251943.

HSL color Cylindrical-coordinate representation of color #672350: hue angle of 320.29º 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 #672350 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1033580-
CMYK00.660.220.60
HSL320.29º49.28%27.06%-
HSV(B)320.29º66.02%40.39%-
XYZ7.644.668.09-
YUV60.46139.03158.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=47.25%
G=16.06%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103358000.660.220.60320.2949.2827.06
Hex672350042163C140311b
Octal14743120010226745006133
Binary11001111000111010000010000101011011110010100000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672350; }

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

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

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

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

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

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

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

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